summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-07-01 19:22:32 +0100
committerTim-Philipp Müller <tim@centricular.com>2016-07-01 19:29:49 +0100
commit013eaee06b066a5613b5f830d9b3c087a39096bd (patch)
treedb4b785cfa2092db7eceac57e5e76322f86b9f70 /ext
parent418e643b61dc1a58178c6b23acf0605d19e88271 (diff)
downloadgstreamer-plugins-bad-013eaee06b066a5613b5f830d9b3c087a39096bd.tar.gz
qt: fix build some more when QPA is not available
Compiler would complain about include directory that didn't exist because QPA_INCLUDE_PATH gets subst-ed regardless (and if it didn't we'd have just an empty -I argument). https://bugzilla.gnome.org/show_bug.cgi?id=767553
Diffstat (limited to 'ext')
-rw-r--r--ext/qt/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/qt/Makefile.am b/ext/qt/Makefile.am
index eab3e97ec..5fdd90a05 100644
--- a/ext/qt/Makefile.am
+++ b/ext/qt/Makefile.am
@@ -26,7 +26,6 @@ libgstqtsink_la_SOURCES = \
libgstqtsink_la_CXXFLAGS = \
-I$(top_srcdir)/gst-libs \
-I$(top_builddir)/gst-libs \
- -I$(QPA_INCLUDE_PATH) \
$(GST_CXXFLAGS) \
$(GST_BASE_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) \