From 0a05748250dd392286dd0f3cb3180c12d67a1208 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 25 Jan 2013 15:44:39 +0000 Subject: [PATCH] build: fix insertbin build in uninstalled setup Make sure pkg-config in gst-libs/gst/insertbin/ can find the uninstalled core/base properly. Fixes build of insertbin in uninstalled setup if there arn't any installed gir files to fall back to. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 94d3a85..561b544 100644 --- a/configure.ac +++ b/configure.ac @@ -89,6 +89,8 @@ AG_GST_ARG_ENABLE_EXTERNAL AG_GST_ARG_ENABLE_EXPERIMENTAL +AG_GST_PKG_CONFIG_PATH + dnl *** checks for platform *** AG_GST_PLATFORM -- 2.7.4