diff options
author | Philipp Brüschweiler <blei42@gmail.com> | 2012-08-15 17:12:00 +0200 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-08-15 11:40:42 -0400 |
commit | 585acb0013ee2c3d06695ad3b71bd94eb68447ec (patch) | |
tree | dd90e9ece3f78863697b8f5cb5af8cbf52d2cdd3 /configure.ac | |
parent | 48cd58b25c781c0cccf9c60e18e6cb0285666a9b (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.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f8a1b6a7..efdd6b4b 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" |