|
@@ -4,7 +4,7 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-PIPEWIRE_VERSION = 0.3.43
|
|
|
|
|
|
+PIPEWIRE_VERSION = 0.3.45
|
|
PIPEWIRE_SOURCE = pipewire-$(PIPEWIRE_VERSION).tar.bz2
|
|
PIPEWIRE_SOURCE = pipewire-$(PIPEWIRE_VERSION).tar.bz2
|
|
PIPEWIRE_SITE = https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/$(PIPEWIRE_VERSION)
|
|
PIPEWIRE_SITE = https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/$(PIPEWIRE_VERSION)
|
|
PIPEWIRE_LICENSE = MIT, LGPL-2.1+ (libspa-alsa), GPL-2.0 (libjackserver)
|
|
PIPEWIRE_LICENSE = MIT, LGPL-2.1+ (libspa-alsa), GPL-2.0 (libjackserver)
|
|
@@ -29,6 +29,7 @@ PIPEWIRE_CONF_OPTS += \
|
|
-Dvideotestsrc=enabled \
|
|
-Dvideotestsrc=enabled \
|
|
-Dvolume=enabled \
|
|
-Dvolume=enabled \
|
|
-Dsession-managers=[] \
|
|
-Dsession-managers=[] \
|
|
|
|
+ -Dlibcanberra=disabled \
|
|
-Dlv2=disabled
|
|
-Dlv2=disabled
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_DBUS),y)
|
|
ifeq ($(BR2_PACKAGE_DBUS),y)
|
|
@@ -128,6 +129,13 @@ else
|
|
PIPEWIRE_CONF_OPTS += -Dlibcamera=disabled
|
|
PIPEWIRE_CONF_OPTS += -Dlibcamera=disabled
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_XLIB_LIBX11),y)
|
|
|
|
+PIPEWIRE_CONF_OPTS += -Dx11=enabled
|
|
|
|
+PIPEWIRE_DEPENDENCIES += xlib_libX11
|
|
|
|
+else
|
|
|
|
+PIPEWIRE_CONF_OPTS += -Dx11=disabled
|
|
|
|
+endif
|
|
|
|
+
|
|
ifeq ($(BR2_PACKAGE_LIBUSB),y)
|
|
ifeq ($(BR2_PACKAGE_LIBUSB),y)
|
|
PIPEWIRE_CONF_OPTS += -Dlibusb=enabled
|
|
PIPEWIRE_CONF_OPTS += -Dlibusb=enabled
|
|
PIPEWIRE_DEPENDENCIES += libusb
|
|
PIPEWIRE_DEPENDENCIES += libusb
|