[vlc-devel] [PATCH 4/6] qt: os2: disable vlc-qt-check build

KO Myung-Hun komh78 at gmail.com
Thu Mar 22 15:41:32 CET 2018


---
 modules/gui/qt/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/gui/qt/Makefile.am b/modules/gui/qt/Makefile.am
index a48677be92..b14c3b3eb9 100644
--- a/modules/gui/qt/Makefile.am
+++ b/modules/gui/qt/Makefile.am
@@ -456,6 +456,8 @@ if ENABLE_QT
 gui_LTLIBRARIES += libqt_plugin.la
 BUILT_SOURCES += $(nodist_libqt_plugin_la_SOURCES)
 if !HAVE_WIN32
+if !HAVE_OS2
 pkglibexec_PROGRAMS += vlc-qt-check
 endif
 endif
+endif
-- 
2.13.3



More information about the vlc-devel mailing list