mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +00:00
meson: Fix indentation in qt plugin and add a FIXME comment
This commit is contained in:
parent
6d3859bf70
commit
1bdec4d055
1 changed files with 4 additions and 3 deletions
|
@ -123,11 +123,12 @@ if have_cxx and build_gstgl
|
||||||
|
|
||||||
# FIXME: iOS definitions
|
# FIXME: iOS definitions
|
||||||
if gst_gl_have_window_cocoa and gst_gl_have_platform_cgl
|
if gst_gl_have_window_cocoa and gst_gl_have_platform_cgl
|
||||||
|
# FIXME: automagic
|
||||||
qt5macextras = dependency('qt5', modules : ['MacExtras'], required : false)
|
qt5macextras = dependency('qt5', modules : ['MacExtras'], required : false)
|
||||||
if qt5macextras.found()
|
if qt5macextras.found()
|
||||||
qt_defines += ['-DHAVE_QT_MAC']
|
qt_defines += ['-DHAVE_QT_MAC']
|
||||||
optional_deps += qt5macextras
|
optional_deps += qt5macextras
|
||||||
have_qt_windowing = true
|
have_qt_windowing = true
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue