meson: Fix build with latest upstream git
authorNirbheek Chauhan <nirbheek@centricular.com>
Sat, 18 Feb 2017 11:19:40 +0000 (16:49 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Sat, 18 Feb 2017 11:19:40 +0000 (16:49 +0530)
Trivial incorrect include_directories() call

gst/meson.build

index 9e739f4..aa8dd93 100644 (file)
@@ -231,7 +231,7 @@ if libtype != 'static'
          '--cflags-end']
     endif
 
-    gst_incdirs += [include_directories(meson.current_build_dir() + '/..')]
+    gst_incdirs += [configinc]
     gst_gen_sources += [gnome.generate_gir(libgst_shared,
       sources : gst_sources + gst_headers,
       namespace : 'Gst',