Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | Upstream-Status: Submitted [similar patch by other author, bugzilla] |
| 2 | Bugtracker-URL: https://bugzilla.gnome.org/show_bug.cgi?id=663600 |
| 3 | |
| 4 | Prepend PKG_CONFIG_SYSROOT to includedir, so configure doesn't |
| 5 | search for gstconfig.h in /usr/include. |
| 6 | |
| 7 | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> |
| 8 | --- |
| 9 | configure.ac | 2 +- |
| 10 | 1 files changed, 1 insertions(+), 1 deletions(-) |
| 11 | |
| 12 | diff --git a/configure.ac b/configure.ac |
| 13 | index 1901bcf..460fb0a 100644 |
| 14 | --- a/configure.ac |
| 15 | +++ b/configure.ac |
| 16 | @@ -435,7 +435,7 @@ AG_GST_CHECK_PLUGIN(volume) |
| 17 | dnl check for gstreamer core features (subsystems) |
| 18 | dnl FIXME: this assumes srcdir == builddir for uninstalled setups |
| 19 | GST_CONFIGPATH=`$PKG_CONFIG --variable=includedir gstreamer-0.10`"/gst/gstconfig.h" |
| 20 | -AG_GST_PARSE_SUBSYSTEM_DISABLES($GST_CONFIGPATH) |
| 21 | +AG_GST_PARSE_SUBSYSTEM_DISABLES($PKG_CONFIG_SYSROOT_DIR$GST_CONFIGPATH) |
| 22 | AM_CONDITIONAL(USE_XML, test $GST_DISABLE_XML != "1") |
| 23 | |
| 24 | dnl disable plug-ins that require libxml2's HTML support if it is not available |
| 25 | -- |
| 26 | 1.7.5.4 |
| 27 | |