From: Tim-Philipp Müller Date: Tue, 20 Feb 2018 11:52:43 +0000 (+0000) Subject: meson: fix multi-line string X-Git-Tag: 1.19.3~511^2~1845 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=41d7356fa1a9aa439645cc7c34406d9fc7c95736;p=platform%2Fupstream%2Fgstreamer.git meson: fix multi-line string https://bugzilla.gnome.org/show_bug.cgi?id=793629 --- diff --git a/gst-libs/gst/gl/meson.build b/gst-libs/gst/gl/meson.build index 18075c1..28e4c7a 100644 --- a/gst-libs/gst/gl/meson.build +++ b/gst-libs/gst/gl/meson.build @@ -570,8 +570,8 @@ if need_platform_wgl != 'no' and need_win_win32 != 'no' gdi_dep = cc.find_library('gdi32', required : false) # FIXME: Revert back to has_header once it gains prefix support wglext_h = cc.has_header_symbol('GL/wglext.h', 'WGL_WGLEXT_VERSION', - prefix : '#include - #include ') + prefix : '''#include + #include ''') if wglext_h and gdi_dep.found() and gl_dep.found() gl_platform_deps += gdi_dep