summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJulien Isorce <julien.isorce@collabora.co.uk>2013-10-01 11:30:14 +0000
committerJulien Isorce <julien.isorce@collabora.co.uk>2013-10-01 12:52:28 +0100
commit7510c17ae8edb863e1cac949b28a58cd7f700c51 (patch)
tree5284a6d496eb167be5214c22aa9b3ec2354c4e92 /configure.ac
parent9907a665ceea7a80b8d399c8756cc4161cb1daed (diff)
configure.ac: X11/egl backend is not available on rpi
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0214b25..03cfeaa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -514,7 +514,7 @@ case $host in
fi
fi
- if test "x$HAVE_X" = "xyes"; then
+ if test "x$HAVE_X" = "xyes" -a "x$HAVE_EGL_RPI" = "xno"; then
if test "x$NEED_X11" != "xno"; then
GL_LIBS="$GL_LIBS $X_LIBS"
GL_CFLAGS="$GL_CFLAGS $X_CFLAGS"