[oe-commits] Ross Burton : pulseaudio: disable GTK+ by default

git at git.openembedded.org git at git.openembedded.org
Fri Sep 6 11:04:53 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 619e63946fef32995363981aab288fc669e8ac04
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=619e63946fef32995363981aab288fc669e8ac04

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Sep  2 13:11:24 2013 +0100

pulseaudio: disable GTK+ by default

PulseAudio's GTK+ support is limited to a test case and automatic icon name
population for applications.  This is too limited to enforce GTK+ 3 on all
builds, so disable it by default.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-multimedia/pulseaudio/pulseaudio.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
index 49705f3..4c10aa9 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
@@ -35,7 +35,7 @@ EXTRA_OECONF = "\
 PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \
                    ${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \
                    ${@base_contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)} \
-                   ${@base_contains('DISTRO_FEATURES', 'x11', 'gtk x11', '', d)}"
+                   ${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
 PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,bluez4 sbc"
 PACKAGECONFIG[gtk] = "--enable-gtk3,--disable-gtk3,gtk+3"
 PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"



More information about the Openembedded-commits mailing list