diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2018-11-06 16:18:56 +0100 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2018-11-06 17:17:36 +0100 |
commit | f1393605695f32f889ce76bfc568c26831efb580 (patch) | |
tree | 7e7c30e709a98e75860a8a0d898d8b8de89f13d6 /configure.ac | |
parent | bf42b54faaf3ec3c2f789467927d52003f60a79a (diff) | |
download | mutter-f1393605695f32f889ce76bfc568c26831efb580.tar.gz |
Make it possible to build without GLX support
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7c9694708..fdfaf614b 100644 --- a/configure.ac +++ b/configure.ac @@ -290,6 +290,8 @@ AS_IF([test "$have_native_backend" = "yes"], [ ]) AM_CONDITIONAL([HAVE_NATIVE_BACKEND],[test "$have_native_backend" = "yes"]) +AC_DEFINE([HAVE_EGL],[1], [Defined if EGL support is enabled]) + MUTTER_WAYLAND_EGLSTREAM_MODULES="wayland-eglstream-protocols" AC_ARG_ENABLE(egl-device, |