projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0264428
)
package/vlc: add optional dependency to libidn
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Sun, 12 Aug 2018 20:29:21 +0000
(22:29 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Thu, 16 Aug 2018 10:00:47 +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 b8c47582dcefdc6455e76123bd4cbe4e266e2d24..edd0c3637231050d3a442b039eb8d659cf5ab98a 100644
(file)
--- a/
package/vlc/vlc.mk
+++ b/
package/vlc/vlc.mk
@@
-216,6
+216,10
@@
else
VLC_CONF_OPTS += --disable-libgcrypt
endif
+ifeq ($(BR2_PACKAGE_LIBIDN),y)
+VLC_DEPENDENCIES += libidn
+endif
+
ifeq ($(BR2_PACKAGE_LIBMAD),y)
VLC_CONF_OPTS += --enable-mad
VLC_DEPENDENCIES += libmad