summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2016-11-17 17:15:55 +1100
committerMatthew Waters <matthew@centricular.com>2017-01-10 13:57:37 +1100
commit6d17a4133ba02d290b040012c28b42b9b06d09ce (patch)
tree67d46adcf8068918cc789fceb159b767915f3256 /configure.ac
parentf3d2be1e4f63b45e584b9c5b8b1d12717d980058 (diff)
downloadgstreamer-plugins-bad-6d17a4133ba02d290b040012c28b42b9b06d09ce.tar.gz
gl/pkg-config: add the configured platform/api/winsys
Allows users to query this from pkg-config instead of requiring them to compile mini programs checking defines in gstglconfig.h
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 03a785b9f..c96a896a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1300,6 +1300,9 @@ if test "x$GL_APIS" = "x" -o "x$GL_PLATFORMS" = "x" -o "x$GL_WINDOWS" = "x"; the
HAVE_WINDOW_EAGL=no
fi
+AC_SUBST(GL_APIS)
+AC_SUBST(GL_PLATFORMS)
+AC_SUBST(GL_WINDOWS)
AC_SUBST(GL_LIBS)
AC_SUBST(GL_CFLAGS)
AC_SUBST(GL_OBJCFLAGS)