Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
EXTRA_OECONF = "\
--disable-lynx \
+ --disable-bluez \
--without-x \
--without-jack \
--with-glib \
FILES_${PN}-gconf-helper = "${libexecdir}/pulse/gconf-helper"
FILES_${PN}-misc = "${bindir}/*"
+# Allow the pulseaudio package to be created empty as a placeholder (-dbg and -dev depend on it)
+ALLOW_EMPTY_${PN} = "1"
+
CONFFILES_pulseaudio-server = "\
${sysconfdir}/pulse/default.pa \
${sysconfdir}/pulse/daemon.conf \
require pulseaudio.inc
DEPENDS += "dbus gdbm speex"
-PR = "r0"
+PR = "r1"
SRC_URI += "\
file://buildfix.patch;patch=1 \