projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8425ec6
)
weston: fix DEPENDENCIES typo
author
Gustavo Zacarias
<gustavo.zacarias@free-electrons.com>
Mon, 2 Jan 2017 14:42:58 +0000
(11:42 -0300)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/weston/weston.mk
b/package/weston/weston.mk
index 89e16f1f5cb0186fa0e8fab7f6aaa4a7f39450d3..3a02df03dfa3627436328bd5ab87583e89bc5d78 100644
(file)
--- 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_DEPENDEN
C
IES += libva
else
WESTON_CONF_OPTS += --disable-vaapi-recorder
endif