mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
pulseaudio: add GConf dependency
Add explicit build-dependency on GConf as currently it's an implicit dependency and so vunerable to races at build time. (From OE-Core rev: 558705735aa9a2d640d1114bd809ca4ea7f0130d) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8d98171dc2
commit
8d4b851f5e
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://GPL;md5=4325afd396febcb659c36b49533135d4 \
|
||||
DEPENDS = "libatomics-ops liboil avahi libsamplerate0 libsndfile1 libtool \
|
||||
${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxtst libice libsm libxcb gtk+', '', d)}"
|
||||
# optional
|
||||
DEPENDS += "udev alsa-lib glib-2.0 dbus \
|
||||
DEPENDS += "udev alsa-lib glib-2.0 dbus gconf \
|
||||
${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluez4', '', d)}"
|
||||
|
||||
SRC_URI = "http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-${PV}.tar.gz \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require pulseaudio.inc
|
||||
|
||||
PR = "r7"
|
||||
PR = "r8"
|
||||
|
||||
DEPENDS += "libjson gdbm speex libxml-parser-perl-native"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user