summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2014-01-31 14:39:01 -0800
committerKristian Høgsberg <krh@bitplanet.net>2014-01-31 22:16:08 -0800
commita72d37566780ab8abab235cd21817733962cb1e1 (patch)
treec2d3444d51637703fdb63935ae4bb4f40679d066 /configure.ac
parent36d5facc24b6c4d1ae837c0bc93907f364fc2334 (diff)
downloadweston-a72d37566780ab8abab235cd21817733962cb1e1.tar.gz
clients: Drop pdf viewer sample client
This doesn't really add anything over the existing sample clients and only complicates the build system with extra checks for poppler.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 3f47edda..7c2a2c57 100644
--- a/configure.ac
+++ b/configure.ac
@@ -303,9 +303,6 @@ if test x$enable_clients = xyes; then
PKG_CHECK_MODULES(SERVER, [wayland-server])
PKG_CHECK_MODULES(WESTON_INFO, [wayland-client])
- PKG_CHECK_MODULES(POPPLER, [poppler-glib glib-2.0 gobject-2.0 gio-2.0 ],
- [have_poppler=yes], [have_poppler=no])
-
# Only check for cairo-egl if a GL or GLES renderer requested
AS_IF([test "x$cairo_modules" = "xcairo-gl" -o "x$cairo_modules" = "xcairo-glesv2"], [
PKG_CHECK_MODULES(CAIRO_EGL, [wayland-egl egl >= 7.10 cairo-egl >= 1.11.3 $cairo_modules],
@@ -352,9 +349,6 @@ if test x$enable_egl = xyes; then
fi
AM_CONDITIONAL(HAVE_GLU, test "x$have_glu" = "xyes")
-
-AM_CONDITIONAL(HAVE_POPPLER, test "x$have_poppler" = "xyes")
-
AM_CONDITIONAL(HAVE_PANGO, test "x$have_pango" = "xyes")
AM_CONDITIONAL(HAVE_CAIRO_GLESV2,