diff options
author | Tiago Vignatti <tiago.vignatti@nokia.com> | 2011-02-10 15:21:49 +0200 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-02-10 10:04:06 -0500 |
commit | 52f2264b693442f80d1d560fb3fcec1d08f3c303 (patch) | |
tree | 353a8b52a8fc5f9a58e896478629aa1fc043e6f6 /configure.ac | |
parent | 0d5007a76fadc5fe99f00fdaf26c3d6ef7fc12a1 (diff) |
configure: remove libdrm dependency for clients
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 868ebb8..b671722 100644 --- a/configure.ac +++ b/configure.ac @@ -24,8 +24,8 @@ PKG_CHECK_MODULES(FFI, [libffi]) PKG_CHECK_MODULES(COMPOSITOR, [egl >= 7.10 glesv2 gdk-pixbuf-2.0 libudev >= 136 libdrm >= 2.4.23] xcb-dri2 xcb-xfixes) -PKG_CHECK_MODULES(GLES2, [egl >= 7.10 glesv2 libdrm >= 2.4.23]) -PKG_CHECK_MODULES(CLIENT, [egl >= 7.10 gl cairo >= 1.10.0 gdk-pixbuf-2.0 glib-2.0 gobject-2.0 xkbcommon libdrm >= 2.4.23]) +PKG_CHECK_MODULES(GLES2, [egl >= 7.10 glesv2]) +PKG_CHECK_MODULES(CLIENT, [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], [have_poppler=yes], [have_poppler=no]) AM_CONDITIONAL(HAVE_POPPLER, test "x$have_poppler" = "xyes") |