mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
m4: fix variable value access
This commit is contained in:
parent
f3d98fa1a3
commit
103b011026
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ case $host in
|
||||||
AC_MSG_WARN([EGL is required by the Mesa GBM EGL backend])
|
AC_MSG_WARN([EGL is required by the Mesa GBM EGL backend])
|
||||||
else
|
else
|
||||||
HAVE_WINDOW_GBM=yes
|
HAVE_WINDOW_GBM=yes
|
||||||
GL_CFLAGS="$GL_CFLAGS DRM_CFLAGS"
|
GL_CFLAGS="$GL_CFLAGS $DRM_CFLAGS"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue