From 9c80d89d74244658675ef281b3ceceb32ae1fd66 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 f522c0f7b3..f08b133a10 100644 --- a/gst/meson.build +++ b/gst/meson.build @@ -234,7 +234,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',