From 10f18a151e6271a3648a657911551eb23ddf9b43 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Thu, 20 Feb 2014 22:40:05 +1100 Subject: [PATCH] [879/906] build: don't add X_CFLAGS to CFLAGS It should already be included if needed inside GL_CFLAGS --- gst-libs/gst/gl/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/gst-libs/gst/gl/Makefile.am b/gst-libs/gst/gl/Makefile.am index 23c6d6cd3e..8ae13add69 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) \