From: blogic 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.archive.openwrt.org/?a=commitdiff_plain;h=51417f239a6abe36d7ace2ded969d805527ffb26;p=packages.git [packages] build pulseaudio without gtk2 when xorg feed is installed git-svn-id: svn://svn.openwrt.org/openwrt/packages@33026 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile index 22dc6a780..3cbbaa480 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 \