From e0c57cd3fe8b78c5dc44439a9be4da5a6d3de210 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 6 Aug 2012 18:51:45 +0000 Subject: [PATCH] build pulseaudio without gtk2 when xorg feed is installed SVN-Revision: 33026 --- sound/pulseaudio/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.30.2