From: John Crispin Date: Mon, 6 Aug 2012 18:51:45 +0000 (+0000) Subject: [packages] build pulseaudio without gtk2 when xorg feed is installed X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=0aa53e6e4c17b40145843a9b66ae6df697dda2f6;p=openwrt%2Fsvn-archive%2Farchive.git [packages] build pulseaudio without gtk2 when xorg feed is installed SVN-Revision: 33026 --- diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 22dc6a780d..3cbbaa4803 100644 --- a/sound/pulseaudio/Makefile +++ b/sound/pulseaudio/Makefile @@ -108,6 +108,7 @@ CONFIGURE_ARGS += \ --disable-samplerate \ --disable-per-user-esound-socket \ --disable-solaris \ + --disable-gtk2 \ --disable-glib2 \ --disable-jack \ --disable-asyncns \