package/pipewire: depend on ncurses when available
If ncursesw is enabled depend on ncurses so that pw-top is built. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
cf17dc309f
commit
8b8a8476d3
@ -101,6 +101,10 @@ else
|
||||
PIPEWIRE_CONF_OPTS += -Dffmpeg=disabled
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_NCURSES_WCHAR),y)
|
||||
PIPEWIRE_DEPENDENCIES += ncurses
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_PIPEWIRE_V4L2),y)
|
||||
PIPEWIRE_CONF_OPTS += -Dv4l2=enabled
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user