projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
641d8ad
)
package/vlc: add optional dependency to ncurses
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Sun, 12 Aug 2018 20:29:17 +0000
(22:29 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Thu, 16 Aug 2018 10:00:26 +0000
(12:00 +0200)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/vlc/vlc.mk
patch
|
blob
|
history
diff --git
a/package/vlc/vlc.mk
b/package/vlc/vlc.mk
index 7e496688b98cb3c0210014249e8572b068a1ecaf..ecc5c6cafe1f252a4ff3616692bf4b956163a87b 100644
(file)
--- a/
package/vlc/vlc.mk
+++ b/
package/vlc/vlc.mk
@@
-355,6
+355,13
@@
else
VLC_CONF_OPTS += --disable-mpc
endif
+ifeq ($(BR2_PACKAGE_NCURSES_WCHAR),y)
+VLC_CONF_OPTS += --enable-ncurses
+VLC_DEPENDENCIES += ncurses
+else
+VLC_CONF_OPTS += --disable-ncurses
+endif
+
ifeq ($(BR2_PACKAGE_QT_GUI_MODULE),y)
VLC_CONF_OPTS += --enable-qt
VLC_CONF_ENV += \