File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ nocross=yes
2727nopie=yes
2828
2929# Package build options
30- build_options="jpeg tiff gif png xpm svg xml imagemagick gnutls sound m17n"
30+ build_options="jpeg tiff gif png xpm svg xml imagemagick gnutls sound m17n dbus "
3131desc_option_xpm="Enable support for XPM images"
3232desc_option_sound="Enable support for sound"
3333desc_option_m17n="Enable support for m17n multilingual text processing"
@@ -45,11 +45,11 @@ pre_configure() {
4545
4646do_configure() {
4747 cd $wrksrc/nox
48- ./configure --without-x --without- dbus ${configure_args}
48+ ./configure --without-x $(vopt_with dbus) ${configure_args}
4949
5050 cd $wrksrc/x11
5151 ./configure --with-x-toolkit=athena --without-toolkit-scroll-bars \
52- --without- dbus --without-gconf --without-gsettings \
52+ $(vopt_with dbus) --without-gconf --without-gsettings \
5353 ${configure_args}
5454
5555 cd $wrksrc/gtk2
You can’t perform that action at this time.
0 commit comments