summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2013-10-28 10:17:45 +0100
committerKristian Høgsberg <krh@bitplanet.net>2013-10-28 14:36:26 -0700
commit96dc9e4f1f4dc0f2bcc32f837e690505f3c887f1 (patch)
treeedc9486d9510931c16f408802d060b7118019f66 /configure.ac
parent9b8e1b17feee116696e048fdd5684ea0dc15c4fb (diff)
rpi: Remove create_view and destroy_view implementations
And also remove the vfunc definitions from the compositor as they are unused now.
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 93213d42..84f3a79c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,7 @@ AC_CHECK_HEADERS([execinfo.h])
AC_CHECK_FUNCS([mkostemp strchrnul initgroups])
-COMPOSITOR_MODULES="wayland-server >= 1.3.91 pixman-1"
+COMPOSITOR_MODULES="wayland-server >= 1.3.90 pixman-1"
AC_ARG_ENABLE(egl, [ --disable-egl],,
enable_egl=yes)