package/pipewire: add xlib_libX11 optional dependency
xlib_libX11 is an optional dependeny of spa, see: https://github.com/PipeWire/pipewire/blob/0.2.7/spa/meson.build Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
a5e8050124
commit
61cfc867ae
@ -27,6 +27,10 @@ ifeq ($(BR2_PACKAGE_SDL2),y)
|
||||
PIPEWIRE_DEPENDENCIES += sdl2
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_XLIB_LIBX11),y)
|
||||
PIPEWIRE_DEPENDENCIES += xlib_libX11
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_PIPEWIRE_GSTREAMER),y)
|
||||
PIPEWIRE_CONF_OPTS += -Dgstreamer=enabled
|
||||
PIPEWIRE_DEPENDENCIES += libglib2 gstreamer1 gst1-plugins-base
|
||||
|
Loading…
Reference in New Issue
Block a user