projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32fe6a5
)
mpv: fix DEPENDENCIES typo
author
Gustavo Zacarias
<gustavo.zacarias@free-electrons.com>
Mon, 2 Jan 2017 16:11:01 +0000
(13:11 -0300)
committer
Peter Korsgaard
<peter@korsgaard.com>
Tue, 3 Jan 2017 15:20:30 +0000
(16:20 +0100)
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mpv/mpv.mk
patch
|
blob
|
history
diff --git
a/package/mpv/mpv.mk
b/package/mpv/mpv.mk
index 1eb83e950e6c7d4726541fe1e7c8519935ece632..d7190758a43f3038e51fa9c6cfb69d6540d13a5b 100644
(file)
--- a/
package/mpv/mpv.mk
+++ b/
package/mpv/mpv.mk
@@
-45,7
+45,7
@@
endif
# GBM support is provided by mesa3d when EGL=y
ifeq ($(BR2_PACKAGE_MESA3D_OPENGL_EGL),y)
MPV_CONF_OPTS += --enable-gbm
-MPV_DEPENDENIES += mesa3d
+MPV_DEPENDEN
C
IES += mesa3d
else
MPV_CONF_OPTS += --disable-gbm
endif