mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-07 23:24:05 +00:00
16 lines
490 B
Text
16 lines
490 B
Text
|
. $topsrcdir/calendar/sunbird/config/mozconfig
|
||
|
|
||
|
ac_add_options --disable-debug
|
||
|
ac_add_options --disable-tests
|
||
|
ac_add_options --disable-installer
|
||
|
ac_add_options --enable-default-toolkit=gtk2
|
||
|
ac_add_options --with-system-nss
|
||
|
ac_add_options --with-system-nspr
|
||
|
ac_add_options --prefix=/usr
|
||
|
ac_add_options --with-default-mozilla-five-home=/usr/lib/sunbird
|
||
|
ac_add_options --enable-system-cairo
|
||
|
ac_add_options --with-system-jpeg
|
||
|
ac_add_options --with-system-zlib
|
||
|
ac_add_options --with-system-png
|
||
|
|