summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2018-02-27 14:07:33 -0600
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2018-02-27 14:07:44 -0600
commit103b0110265d1022dc09cd99f2fdea0ed5d366c4 (patch)
tree6f9050908e394adc4a4c33bc75a4522c415e6fdb
parentf3d98fa1a31a5d8e0096e9b23956fcb756c3feee (diff)
m4: fix variable value access
-rw-r--r--m4/gst-gl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gst-gl.m4 b/m4/gst-gl.m4
index 809217f94..bd6d173f9 100644
--- a/m4/gst-gl.m4
+++ b/m4/gst-gl.m4
@@ -484,7 +484,7 @@ case $host in
AC_MSG_WARN([EGL is required by the Mesa GBM EGL backend])
else
HAVE_WINDOW_GBM=yes
- GL_CFLAGS="$GL_CFLAGS DRM_CFLAGS"
+ GL_CFLAGS="$GL_CFLAGS $DRM_CFLAGS"
fi
fi