Skip to content

Commit 6688c77

Browse files
Nathan Owensleahneukirchen
authored andcommitted
emacs: add dbus build option
1 parent 75cda1f commit 6688c77

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

srcpkgs/emacs/template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ nocross=yes
2727
nopie=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"
3131
desc_option_xpm="Enable support for XPM images"
3232
desc_option_sound="Enable support for sound"
3333
desc_option_m17n="Enable support for m17n multilingual text processing"
@@ -45,11 +45,11 @@ pre_configure() {
4545

4646
do_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

0 commit comments

Comments
 (0)