summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPhilipp Brüschweiler <blei42@gmail.com>2012-08-15 17:12:00 +0200
committerKristian Høgsberg <krh@bitplanet.net>2012-08-15 11:40:42 -0400
commit585acb0013ee2c3d06695ad3b71bd94eb68447ec (patch)
treedd90e9ece3f78863697b8f5cb5af8cbf52d2cdd3 /configure.ac
parent48cd58b25c781c0cccf9c60e18e6cb0285666a9b (diff)
weston-info: client that print out information about the running compositor
This includes seat capabilities, shm formats and output information.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f8a1b6a..efdd6b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -163,6 +163,7 @@ if test x$enable_clients = xyes; then
AC_DEFINE([BUILD_CLIENTS], [1], [Build the Wayland clients])
PKG_CHECK_MODULES(CLIENT, [wayland-client wayland-egl egl >= 7.10 cairo >= 1.10.0 xkbcommon wayland-cursor])
+ PKG_CHECK_MODULES(WESTON_INFO, [wayland-client])
CLIENT_CFLAGS="$CLIENT_CFLAGS $IMAGE_CFLAGS"
CLIENT_LIBS="$CLIENT_LIBS $IMAGE_LIBS"