From: Gustavo Zacarias Date: Mon, 2 Jan 2017 14:42:58 +0000 (-0300) Subject: weston: fix DEPENDENCIES typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8718bb82cbef6c18e5f575bd758fa02b68c276c4;p=buildroot.git 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 --- 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