]> code.ossystems Code Review - openembedded-core.git/commitdiff
pulseaudio: Fix up configure options and use gtk+3
authorSaul Wold <sgw@linux.intel.com>
Thu, 22 Aug 2013 19:44:42 +0000 (12:44 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Aug 2013 10:42:10 +0000 (11:42 +0100)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-multimedia/pulseaudio/pulseaudio.inc

index f1b346ca3e30f16eafc81581e501b9fc5f832a48..49705f3d8cd6a7060cb461f110061c269f3fa558 100644 (file)
@@ -20,14 +20,7 @@ inherit autotools pkgconfig useradd gettext perlnative
 USE_NLS = "yes"
 
 EXTRA_OECONF = "\
-               --disable-lynx \
-               --disable-polkit \
-               --without-jack \
-               --with-glib \
-               --with-alsa \
-               --with-oss \
-               --without-hal \
-               --disable-hal \
+               --disable-hal-compat \
                --disable-orc \
                --enable-tcpwrap=no \
                --with-access-group=audio \
@@ -44,7 +37,7 @@ PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '',
                    ${@base_contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)} \
                    ${@base_contains('DISTRO_FEATURES', 'x11', 'gtk x11', '', d)}"
 PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,bluez4 sbc"
-PACKAGECONFIG[gtk] = "--enable-gtk2,--disable-gtk2,gtk+"
+PACKAGECONFIG[gtk] = "--enable-gtk3,--disable-gtk3,gtk+3"
 PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"
 PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,virtual/libx11 libxtst libice libsm libxcb"
 PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi"