projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc6e4c4
)
VLC needs QT_GUI_MODULE and not just QT
author
Jeremy Rosen
<jeremy.rosen@openwide.fr>
Tue, 4 Feb 2014 14:12:40 +0000
(15:12 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Tue, 4 Feb 2014 14:25:21 +0000
(15:25 +0100)
fixes http://autobuild.buildroot.net/results/78d/
78df2d86394d7637db88dac5d1e3c7b4a27af293
/
Signed-off-by: Jérémy Rosen <jeremy.rosen@openwide.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/vlc/vlc.mk
patch
|
blob
|
history
diff --git
a/package/vlc/vlc.mk
b/package/vlc/vlc.mk
index 73b378c8c2e6d621582ee59b629ad47ab2f8341d..b39c6c7400f47c318a4d6b7a92e78972d604dd72 100644
(file)
--- a/
package/vlc/vlc.mk
+++ b/
package/vlc/vlc.mk
@@
-204,7
+204,7
@@
else
VLC_CONF_OPT += --disable-lua
endif
-ifeq ($(BR2_PACKAGE_QT),y)
+ifeq ($(BR2_PACKAGE_QT
_GUI_MODULE
),y)
VLC_CONF_OPT += --enable-qt
VLC_DEPENDENCIES += qt
else