summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorMatthew Waters <ystreet00@gmail.com>2014-02-20 22:40:05 +1100
committerMatthew Waters <ystreet00@gmail.com>2014-02-21 00:37:58 +1100
commit7a80837b90fc40756d9c96ff24a0abf48065c61b (patch)
tree6715542c179801510ea39b6d2d4cca8dff440c78 /gst-libs
parentcbf1d559463b4e79a999f35814ad4d83deb98c5a (diff)
build: don't add X_CFLAGS to CFLAGS
It should already be included if needed inside GL_CFLAGS
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/gl/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am
index 23c6d6c..8ae13ad 100644
--- a/gst-libs/gst/gl/Makefile.am
+++ b/gst-libs/gst/gl/Makefile.am
@@ -95,7 +95,6 @@ nodist_libgstgl_@GST_API_VERSION@include_HEADERS = \
libgstgl_@GST_API_VERSION@_la_CFLAGS = \
-I$(top_srcdir)/gst-libs \
$(GL_CFLAGS) \
- $(X_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS) \
$(GST_CFLAGS) \