All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][for-dora] Fix issue to build pulseaudio without x11
@ 2014-02-10 14:28 Sébastien Mennetrier
  2014-02-10 15:05 ` Iorga, Cristian
  2014-02-11 15:58 ` Martin Jansa
  0 siblings, 2 replies; 4+ messages in thread
From: Sébastien Mennetrier @ 2014-02-10 14:28 UTC (permalink / raw)
  To: poky

This modification come from master branche

If x11 is not enabled, the pulseaudio-module-console-kit
couldn't be built.

Signed-off-by: Sébastien Mennetrier <s.mennetrier@innotis.org>
---
 meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
index b7a6eba..27879ce 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
@@ -74,7 +74,7 @@ USERADD_PARAM_pulseaudio-server = "--system --home /var/run/pulse \
 # adding the console-kit module to an image, we also get the necessary
 # consolekit package produced.
 PACKAGES =+ "libpulsecore libpulsecommon libpulse libpulse-simple libpulse-mainloop-glib \
-             pulseaudio-server pulseaudio-misc pulseaudio-module-console-kit"
+             pulseaudio-server pulseaudio-misc ${@base_contains('PACKAGECONFIG', 'x11', 'pulseaudio-module-console-kit', '', d)}"
 
 #upgrade path:
 RREPLACES_pulseaudio-server = "libpulse-bin libpulse-conf"
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-11 16:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-10 14:28 [PATCH][for-dora] Fix issue to build pulseaudio without x11 Sébastien Mennetrier
2014-02-10 15:05 ` Iorga, Cristian
2014-02-11 15:58 ` Martin Jansa
2014-02-11 16:06   ` Sebastien MENNETRIER

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.