diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-03-02 10:07:59 +0100 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-03-02 11:31:46 -0500 |
commit | 84290d02ae77be353fffd49a534f26fa7123ea1e (patch) | |
tree | 2e82b94ac9087151488fdee26b81dae1a67b7b0a /configure.ac | |
parent | be01456887c70237a406dc7c2499bde0fe085564 (diff) |
compositor-x11: Use an EGL Window Surface as output
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3ed83b1..402509b 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ AC_PROG_RANLIB PKG_PROG_PKG_CONFIG() PKG_CHECK_MODULES(COMPOSITOR, - [wayland-server wayland-client wayland-egl egl >= 7.10 glesv2 gdk-pixbuf-2.0 libudev >= 136 libdrm >= 2.4.23] pixman-1 x11 x11-xcb xcb-dri2 xcb-xfixes) + [wayland-server wayland-client wayland-egl egl >= 7.10 glesv2 gdk-pixbuf-2.0 libudev >= 136 libdrm >= 2.4.23] pixman-1 x11 x11-xcb) PKG_CHECK_MODULES(SIMPLE_CLIENT, [egl >= 7.10 glesv2 wayland-client wayland-egl]) PKG_CHECK_MODULES(CLIENT, [wayland-client wayland-egl egl >= 7.10 gl cairo >= 1.10.0 gdk-pixbuf-2.0 glib-2.0 gobject-2.0 xkbcommon]) PKG_CHECK_MODULES(POPPLER, [poppler-glib gdk-2.0 gio-2.0], |