mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
weston: fix DEPENDENCIES typo
Fixes a build failure with the PPS patchset since libva isn't populated. Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
8425ec6fa7
commit
8718bb82cb
@ -109,7 +109,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBVA),y)
|
ifeq ($(BR2_PACKAGE_LIBVA),y)
|
||||||
WESTON_CONF_OPTS += --enable-vaapi-recorder
|
WESTON_CONF_OPTS += --enable-vaapi-recorder
|
||||||
WESTON_DEPENDENIES += libva
|
WESTON_DEPENDENCIES += libva
|
||||||
else
|
else
|
||||||
WESTON_CONF_OPTS += --disable-vaapi-recorder
|
WESTON_CONF_OPTS += --disable-vaapi-recorder
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user