emacs: add dbus build option
This commit is contained in:
parent
75cda1f9e2
commit
6688c779dc
1 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ nocross=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="jpeg tiff gif png xpm svg xml imagemagick gnutls sound m17n"
|
build_options="jpeg tiff gif png xpm svg xml imagemagick gnutls sound m17n dbus"
|
||||||
desc_option_xpm="Enable support for XPM images"
|
desc_option_xpm="Enable support for XPM images"
|
||||||
desc_option_sound="Enable support for sound"
|
desc_option_sound="Enable support for sound"
|
||||||
desc_option_m17n="Enable support for m17n multilingual text processing"
|
desc_option_m17n="Enable support for m17n multilingual text processing"
|
||||||
|
@ -45,11 +45,11 @@ pre_configure() {
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
cd $wrksrc/nox
|
cd $wrksrc/nox
|
||||||
./configure --without-x --without-dbus ${configure_args}
|
./configure --without-x $(vopt_with dbus) ${configure_args}
|
||||||
|
|
||||||
cd $wrksrc/x11
|
cd $wrksrc/x11
|
||||||
./configure --with-x-toolkit=athena --without-toolkit-scroll-bars \
|
./configure --with-x-toolkit=athena --without-toolkit-scroll-bars \
|
||||||
--without-dbus --without-gconf --without-gsettings \
|
$(vopt_with dbus) --without-gconf --without-gsettings \
|
||||||
${configure_args}
|
${configure_args}
|
||||||
|
|
||||||
cd $wrksrc/gtk2
|
cd $wrksrc/gtk2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue