浏览代码

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>
Gustavo Zacarias 8 年之前
父节点
当前提交
8718bb82cb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/weston/weston.mk

+ 1 - 1
package/weston/weston.mk

@@ -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