weston: fix DEPENDENCIES typo
authorGustavo Zacarias <gustavo.zacarias@free-electrons.com>
Mon, 2 Jan 2017 14:42:58 +0000 (11:42 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 3 Jan 2017 15:21:18 +0000 (16:21 +0100)
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>
package/weston/weston.mk

index 89e16f1f5cb0186fa0e8fab7f6aaa4a7f39450d3..3a02df03dfa3627436328bd5ab87583e89bc5d78 100644 (file)
@@ -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