From 8718bb82cbef6c18e5f575bd758fa02b68c276c4 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 2 Jan 2017 11:42:58 -0300 Subject: [PATCH] weston: fix DEPENDENCIES typo Fixes a build failure with the PPS patchset since libva isn't populated. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/weston/weston.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/weston/weston.mk b/package/weston/weston.mk index 89e16f1f5c..3a02df03df 100644 --- a/package/weston/weston.mk +++ b/package/weston/weston.mk @@ -109,7 +109,7 @@ endif ifeq ($(BR2_PACKAGE_LIBVA),y) WESTON_CONF_OPTS += --enable-vaapi-recorder -WESTON_DEPENDENIES += libva +WESTON_DEPENDENCIES += libva else WESTON_CONF_OPTS += --disable-vaapi-recorder endif -- 2.30.2