|
@@ -30,6 +30,7 @@ PIPEWIRE_CONF_OPTS += \
|
|
-Dvideoconvert=enabled \
|
|
-Dvideoconvert=enabled \
|
|
-Dvideotestsrc=enabled \
|
|
-Dvideotestsrc=enabled \
|
|
-Dvolume=enabled \
|
|
-Dvolume=enabled \
|
|
|
|
+ -Dvulkan=disabled \
|
|
-Dsession-managers=[] \
|
|
-Dsession-managers=[] \
|
|
-Dlegacy-rtkit=false \
|
|
-Dlegacy-rtkit=false \
|
|
-Davb=disabled \
|
|
-Davb=disabled \
|
|
@@ -180,12 +181,6 @@ else
|
|
PIPEWIRE_CONF_OPTS += -Dlibusb=disabled
|
|
PIPEWIRE_CONF_OPTS += -Dlibusb=disabled
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_MESA3D_VULKAN_DRIVER),y)
|
|
|
|
-PIPEWIRE_CONF_OPTS += -Dvulkan=enabled
|
|
|
|
-PIPEWIRE_DEPENDENCIES += mesa3d
|
|
|
|
-else
|
|
|
|
-PIPEWIRE_CONF_OPTS += -Dvulkan=disabled
|
|
|
|
-endif
|
|
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIBSNDFILE),y)
|
|
ifeq ($(BR2_PACKAGE_LIBSNDFILE),y)
|
|
PIPEWIRE_CONF_OPTS += -Dpw-cat=enabled -Dsndfile=enabled
|
|
PIPEWIRE_CONF_OPTS += -Dpw-cat=enabled -Dsndfile=enabled
|