From: Tim-Philipp Müller Date: Fri, 1 Jul 2016 18:22:32 +0000 (+0100) Subject: qt: fix build some more when QPA is not available X-Git-Tag: 1.16.2~680^2~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=474ece76839578a1f0c4281e6c75c9e702991bc4;p=platform%2Fupstream%2Fgst-plugins-good.git 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 --- diff --git a/ext/qt/Makefile.am b/ext/qt/Makefile.am index eab3e97..5fdd90a 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) \