Updating changelog
[profile/ivi/weston.git] / configure.ac
index f8a1b6a..aa2caf5 100644 (file)
@@ -14,6 +14,7 @@ AM_SILENT_RULES([yes])
 # Check for programs
 AC_PROG_CC
 AC_PROG_CXX
+AC_PROG_SED
 
 # Initialize libtool
 LT_PREREQ([2.2])
@@ -163,6 +164,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"
@@ -239,5 +241,6 @@ AC_CONFIG_FILES([Makefile
                 wcap/Makefile
                 data/Makefile
                 protocol/Makefile
+                man/Makefile
                 tests/Makefile])
 AC_OUTPUT