[vlc-commits] qt: os2: disable vlc-qt-check build

KO Myung-Hun git at videolan.org
Fri Mar 23 09:55:26 CET 2018


vlc | branch: master | KO Myung-Hun <komh78 at gmail.com> | Thu Mar 22 23:41:32 2018 +0900| [b36b8910701ef958730c4b933ba24e38fe6decfc] | committer: Jean-Baptiste Kempf

qt: os2: disable vlc-qt-check build

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b36b8910701ef958730c4b933ba24e38fe6decfc
---

 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



More information about the vlc-commits mailing list