package/pipewire: add libdrm dependency
The libcamera option requires libdrm, require and depend on it when available for libcamera plugin. Fixes: - http://autobuild.buildroot.net/results/e3bc1d9aa69af1d2cdeee7709df318fccbaa5476 Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
a484c19721
commit
53b25aa393
@ -95,9 +95,9 @@ else
|
||||
PIPEWIRE_CONF_OPTS += -Dv4l2=disabled
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBCAMERA)$(BR2_PACKAGE_HAS_UDEV),yy)
|
||||
ifeq ($(BR2_PACKAGE_LIBCAMERA)$(BR2_PACKAGE_LIBDRM)$(BR2_PACKAGE_HAS_UDEV),yyy)
|
||||
PIPEWIRE_CONF_OPTS += -Dlibcamera=enabled
|
||||
PIPEWIRE_DEPENDENCIES += libcamera
|
||||
PIPEWIRE_DEPENDENCIES += libcamera libdrm
|
||||
else
|
||||
PIPEWIRE_CONF_OPTS += -Dlibcamera=disabled
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user