From 1bdec4d0557dc8dcce82d4ea77c6a1ac9dcdbe9d Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Fri, 1 Feb 2019 14:27:11 +0530 Subject: [PATCH] meson: Fix indentation in qt plugin and add a FIXME comment --- ext/qt/meson.build | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ext/qt/meson.build b/ext/qt/meson.build index 7ee18f1..4fd1170 100644 --- a/ext/qt/meson.build +++ b/ext/qt/meson.build @@ -123,11 +123,12 @@ if have_cxx and build_gstgl # FIXME: iOS definitions if gst_gl_have_window_cocoa and gst_gl_have_platform_cgl + # FIXME: automagic qt5macextras = dependency('qt5', modules : ['MacExtras'], required : false) if qt5macextras.found() - qt_defines += ['-DHAVE_QT_MAC'] - optional_deps += qt5macextras - have_qt_windowing = true + qt_defines += ['-DHAVE_QT_MAC'] + optional_deps += qt5macextras + have_qt_windowing = true endif endif -- 2.7.4