[vlc-devel] [PATCH] contrib: Qt: check for 5.11+ after ae422ac67e1714169823fa819cf1681ea466d625
Sean McGovern
gseanmcg at gmail.com
Sun Apr 14 20:42:03 CEST 2019
---
Current Ubuntu LTS ships Qt5 5.9.5.
---
contrib/src/qt/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/qt/rules.mak b/contrib/src/qt/rules.mak
index 135280f35a..2eb288f5ae 100644
--- a/contrib/src/qt/rules.mak
+++ b/contrib/src/qt/rules.mak
@@ -16,7 +16,7 @@ DEPS_qt += wine-headers fxc2 $(DEPS_fxc2)
endif
endif
-ifeq ($(call need_pkg,"Qt5Core Qt5Gui Qt5Widgets"),)
+ifeq ($(call need_pkg,"Qt5Core >= 5.11 Qt5Gui Qt5Widgets"),)
PKGS_FOUND += qt
endif
--
2.17.1
More information about the vlc-devel
mailing list