From cd9e154c73f641dbeab943f5153333f4220c65c7 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Sat, 18 Feb 2017 16:49:40 +0530 Subject: [PATCH] meson: Fix build with latest upstream git Trivial incorrect include_directories() call --- gst/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/meson.build b/gst/meson.build index 9e739f429c..aa8dd9352d 100644 --- a/gst/meson.build +++ b/gst/meson.build @@ -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',