commit | 96dc9e4f1f4dc0f2bcc32f837e690505f3c887f1 | [log] [tgz] |
---|---|---|
author | Tomeu Vizoso <tomeu@tomeuvizoso.net> | Mon Oct 28 10:17:45 2013 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Oct 28 14:36:26 2013 -0700 |
tree | edc9486d9510931c16f408802d060b7118019f66 | |
parent | 9b8e1b17feee116696e048fdd5684ea0dc15c4fb [diff] [blame] |
rpi: Remove create_view and destroy_view implementations And also remove the vfunc definitions from the compositor as they are unused now.
diff --git a/configure.ac b/configure.ac index 93213d4..84f3a79 100644 --- a/configure.ac +++ b/configure.ac
@@ -55,7 +55,7 @@ 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)