Commit 9bf68d30 authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Peter Korsgaard
Browse files

package/vlc: Add optional dependency to zlib

parent baf459cd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -368,4 +368,8 @@ else
VLC_CONF_OPTS += --without-x
endif

ifeq ($(BR2_PACKAGE_ZLIB),y)
VLC_DEPENDENCIES += zlib
endif

$(eval $(autotools-package))