[vlc-commits] Contribs: require nfs 1.10
Jean-Baptiste Kempf
git at videolan.org
Thu Jun 30 09:16:40 CEST 2016
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jun 30 09:16:10 2016 +0200| [4cce1deec892d6f39a7599688a43f5448a32b191] | committer: Jean-Baptiste Kempf
Contribs: require nfs 1.10
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4cce1deec892d6f39a7599688a43f5448a32b191
---
contrib/src/nfs/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/nfs/rules.mak b/contrib/src/nfs/rules.mak
index 6544988..013a4a0 100644
--- a/contrib/src/nfs/rules.mak
+++ b/contrib/src/nfs/rules.mak
@@ -3,7 +3,7 @@ NFS_VERSION := 1.10.0
NFS_URL := https://github.com/sahlberg/libnfs/archive/libnfs-$(NFS_VERSION).tar.gz
PKGS += nfs
-ifeq ($(call need_pkg,"libnfs"),)
+ifeq ($(call need_pkg,"libnfs >= 1.10"),)
PKGS_FOUND += nfs
endif
More information about the vlc-commits
mailing list