Javier Jardón | 5b7e43a | 2010-11-06 01:55:27 +0100 | [diff] [blame] | 1 | AC_PREREQ([2.64]) |
Kristian Høgsberg | a7313e7 | 2012-02-08 16:35:12 -0500 | [diff] [blame] | 2 | AC_INIT([weston], |
Kristian Høgsberg | e28fd7d | 2012-06-25 18:12:10 -0400 | [diff] [blame] | 3 | [0.94.90], |
Kristian Høgsberg | a7313e7 | 2012-02-08 16:35:12 -0500 | [diff] [blame] | 4 | [https://bugs.freedesktop.org/enter_bug.cgi?product=weston], |
| 5 | [weston], |
Javier Jardón | 5b7e43a | 2010-11-06 01:55:27 +0100 | [diff] [blame] | 6 | [http://wayland.freedesktop.org/]) |
| 7 | |
Kristian Høgsberg | d0c3b9d | 2010-10-25 11:40:03 -0400 | [diff] [blame] | 8 | AC_CONFIG_HEADERS([config.h]) |
Javier Jardón | 5b7e43a | 2010-11-06 01:55:27 +0100 | [diff] [blame] | 9 | |
Kristian Høgsberg | 3b03b3d | 2012-02-09 11:18:16 -0500 | [diff] [blame] | 10 | AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz]) |
Javier Jardón | 5b7e43a | 2010-11-06 01:55:27 +0100 | [diff] [blame] | 11 | |
Kristian Høgsberg | f0152da | 2010-10-12 17:24:20 -0400 | [diff] [blame] | 12 | AM_SILENT_RULES([yes]) |
Kristian Høgsberg | d4de54e | 2008-12-04 22:48:50 -0500 | [diff] [blame] | 13 | |
Javier Jardón | 5b7e43a | 2010-11-06 01:55:27 +0100 | [diff] [blame] | 14 | # Check for programs |
| 15 | AC_PROG_CC |
Pekka Paalanen | 3ae50bb | 2012-05-30 15:53:45 +0300 | [diff] [blame] | 16 | AC_PROG_CXX |
Javier Jardón | 5b7e43a | 2010-11-06 01:55:27 +0100 | [diff] [blame] | 17 | |
Kristian Høgsberg | 02ec0a5 | 2011-04-23 13:04:11 -0400 | [diff] [blame] | 18 | # Initialize libtool |
| 19 | LT_PREREQ([2.2]) |
Kristian Høgsberg | 1c56218 | 2011-05-02 22:09:20 -0400 | [diff] [blame] | 20 | LT_INIT([disable-static]) |
Kristian Høgsberg | 02ec0a5 | 2011-04-23 13:04:11 -0400 | [diff] [blame] | 21 | |
Kristian Høgsberg | d4de54e | 2008-12-04 22:48:50 -0500 | [diff] [blame] | 22 | PKG_PROG_PKG_CONFIG() |
Kristian Høgsberg | d4de54e | 2008-12-04 22:48:50 -0500 | [diff] [blame] | 23 | |
Kristian Høgsberg | 02ec0a5 | 2011-04-23 13:04:11 -0400 | [diff] [blame] | 24 | AC_CHECK_FUNC([dlopen], [], |
| 25 | AC_CHECK_LIB([dl], [dlopen], DLOPEN_LIBS="-ldl")) |
| 26 | AC_SUBST(DLOPEN_LIBS) |
| 27 | |
Pekka Paalanen | 200019c | 2012-05-30 15:53:42 +0300 | [diff] [blame] | 28 | AC_CHECK_HEADERS([execinfo.h]) |
| 29 | |
Pekka Paalanen | b7a9498 | 2012-06-12 17:42:25 +0300 | [diff] [blame] | 30 | AC_CHECK_FUNCS([mkostemp strchrnul]) |
Pekka Paalanen | 1da1b8f | 2012-06-06 16:59:43 +0300 | [diff] [blame] | 31 | |
Kristian Høgsberg | 8286302 | 2010-06-04 21:52:02 -0400 | [diff] [blame] | 32 | PKG_CHECK_MODULES(COMPOSITOR, |
Kristian Høgsberg | c0a7ff5 | 2012-05-15 22:54:33 -0400 | [diff] [blame] | 33 | [wayland-server egl >= 7.10 glesv2 xkbcommon pixman-1]) |
Kristian Høgsberg | 08c40c3 | 2011-01-11 13:48:03 -0500 | [diff] [blame] | 34 | |
Kristian Høgsberg | 5ec0a93 | 2011-07-01 10:46:40 -0400 | [diff] [blame] | 35 | |
Kristian Høgsberg | 44d4de6 | 2012-01-19 13:32:17 -0500 | [diff] [blame] | 36 | AC_ARG_ENABLE(setuid-install, [ --enable-setuid-install],, |
| 37 | enable_setuid_install=yes) |
Eric Anholt | 6f82cf5 | 2012-02-09 08:36:03 -0800 | [diff] [blame] | 38 | AM_CONDITIONAL(ENABLE_SETUID_INSTALL, test x$enable_setuid_install = xyes) |
Kristian Høgsberg | 44d4de6 | 2012-01-19 13:32:17 -0500 | [diff] [blame] | 39 | |
| 40 | |
Tiago Vignatti | 629ce23 | 2012-05-23 23:04:14 +0300 | [diff] [blame] | 41 | AC_ARG_ENABLE(xwayland, [ --enable-xwayland],, |
| 42 | enable_xwayland=yes) |
| 43 | AM_CONDITIONAL(ENABLE_XWAYLAND, test x$enable_xwayland = xyes) |
| 44 | if test x$enable_xwayland = xyes; then |
Tiago Vignatti | 90fada4 | 2012-07-16 12:02:08 -0400 | [diff] [blame] | 45 | PKG_CHECK_MODULES([XWAYLAND], xcb xcb-xfixes xcursor cairo-xcb) |
Tiago Vignatti | 629ce23 | 2012-05-23 23:04:14 +0300 | [diff] [blame] | 46 | AC_DEFINE([BUILD_XWAYLAND], [1], [Build the X server launcher]) |
Tiago Vignatti | 5884bcd | 2011-08-03 12:12:31 +0300 | [diff] [blame] | 47 | |
| 48 | AC_ARG_WITH(xserver-path, AS_HELP_STRING([--with-xserver-path=PATH], |
| 49 | [Path to X server]), [XSERVER_PATH="$withval"], |
| 50 | [XSERVER_PATH="$bindir/Xorg"]) |
| 51 | AC_SUBST([XSERVER_PATH]) |
Kristian Høgsberg | 5ec0a93 | 2011-07-01 10:46:40 -0400 | [diff] [blame] | 52 | fi |
| 53 | |
| 54 | |
Kristian Høgsberg | a941022 | 2011-01-14 17:22:35 -0500 | [diff] [blame] | 55 | AC_ARG_ENABLE(x11-compositor, [ --enable-x11-compositor],, |
| 56 | enable_x11_compositor=yes) |
Eric Anholt | 6f82cf5 | 2012-02-09 08:36:03 -0800 | [diff] [blame] | 57 | AM_CONDITIONAL(ENABLE_X11_COMPOSITOR, test x$enable_x11_compositor = xyes) |
| 58 | if test x$enable_x11_compositor = xyes; then |
Kristian Høgsberg | a010abf | 2011-05-11 13:46:29 -0400 | [diff] [blame] | 59 | PKG_CHECK_MODULES([XCB], xcb) |
| 60 | xcb_save_LIBS=$LIBS |
| 61 | xcb_save_CFLAGS=$CFLAGS |
| 62 | CFLAGS=$XCB_CFLAGS |
| 63 | LIBS=$XCB_LIBS |
| 64 | AC_CHECK_FUNCS([xcb_poll_for_queued_event]) |
| 65 | LIBS=$xcb_save_LIBS |
| 66 | CFLAGS=$xcb_save_CFLAGS |
| 67 | |
Daniel Stone | 62b33b6 | 2012-06-22 13:21:35 +0100 | [diff] [blame] | 68 | X11_COMPOSITOR_MODULES="x11 x11-xcb" |
| 69 | |
| 70 | PKG_CHECK_MODULES(X11_COMPOSITOR_XKB, [xcb-xkb], |
| 71 | [have_xcb_xkb="yes"], [have_xcb_xkb="no"]) |
| 72 | if test "x$have_xcb_xkb" = xyes; then |
| 73 | # Most versions of XCB have totally broken XKB bindings, where the |
| 74 | # events don't work. Make sure we can actually use them. |
| 75 | xcb_xkb_save_CFLAGS=$CFLAGS |
| 76 | CFLAGS=$X11_COMPOSITOR_XKB_CFLAGS |
| 77 | AC_CHECK_MEMBER([struct xcb_xkb_state_notify_event_t.xkbType], |
| 78 | [], [have_xcb_xkb=no], [[#include <xcb/xkb.h>]]) |
| 79 | CFLAGS=$xcb_xkb_save_CFLAGS |
| 80 | fi |
| 81 | if test "x$have_xcb_xkb" = xyes; then |
| 82 | X11_COMPOSITOR_MODULES="$X11_COMPOSITOR_MODULES xcb-xkb" |
| 83 | AC_DEFINE([HAVE_XCB_XKB], [1], [libxcb supports XKB protocol]) |
| 84 | fi |
| 85 | |
| 86 | PKG_CHECK_MODULES(X11_COMPOSITOR, [$X11_COMPOSITOR_MODULES]) |
Kristian Høgsberg | a941022 | 2011-01-14 17:22:35 -0500 | [diff] [blame] | 87 | AC_DEFINE([BUILD_X11_COMPOSITOR], [1], [Build the X11 compositor]) |
| 88 | fi |
| 89 | |
| 90 | |
Kristian Høgsberg | 7d498b4 | 2011-01-23 13:50:42 -0500 | [diff] [blame] | 91 | AC_ARG_ENABLE(drm-compositor, [ --enable-drm-compositor],, |
| 92 | enable_drm_compositor=yes) |
Eric Anholt | 6f82cf5 | 2012-02-09 08:36:03 -0800 | [diff] [blame] | 93 | AM_CONDITIONAL(ENABLE_DRM_COMPOSITOR, test x$enable_drm_compositor = xyes) |
| 94 | if test x$enable_drm_compositor = xyes; then |
Kristian Høgsberg | a941022 | 2011-01-14 17:22:35 -0500 | [diff] [blame] | 95 | AC_DEFINE([BUILD_DRM_COMPOSITOR], [1], [Build the DRM compositor]) |
Rob Bradford | eb95d0d | 2012-05-08 14:49:15 +0100 | [diff] [blame] | 96 | PKG_CHECK_MODULES(DRM_COMPOSITOR, [libudev >= 136 libdrm >= 2.4.30 gbm mtdev >= 1.1.0]) |
Kristian Høgsberg | a941022 | 2011-01-14 17:22:35 -0500 | [diff] [blame] | 97 | fi |
| 98 | |
| 99 | |
Benjamin Franzke | 5d00709 | 2011-04-04 00:30:25 +0200 | [diff] [blame] | 100 | AC_ARG_ENABLE(openwfd-compositor, [ --enable-openwfd-compositor],, |
| 101 | enable_openwfd_compositor=no) |
Eric Anholt | 6f82cf5 | 2012-02-09 08:36:03 -0800 | [diff] [blame] | 102 | AM_CONDITIONAL(ENABLE_OPENWFD_COMPOSITOR, test x$enable_openwfd_compositor = xyes) |
| 103 | if test x$enable_openwfd_compositor = xyes; then |
Benjamin Franzke | 5d00709 | 2011-04-04 00:30:25 +0200 | [diff] [blame] | 104 | AC_DEFINE([BUILD_OPENWFD_COMPOSITOR], [1], [Build the OpenWF compositor]) |
Benjamin Franzke | 060cf80 | 2011-04-30 09:32:11 +0200 | [diff] [blame] | 105 | PKG_CHECK_MODULES(OPENWFD_COMPOSITOR, [openwfd gbm]) |
Benjamin Franzke | 5d00709 | 2011-04-04 00:30:25 +0200 | [diff] [blame] | 106 | fi |
| 107 | |
| 108 | |
Kristian Høgsberg | 7d498b4 | 2011-01-23 13:50:42 -0500 | [diff] [blame] | 109 | AC_ARG_ENABLE(wayland-compositor, [ --enable-wayland-compositor],, |
| 110 | enable_wayland_compositor=yes) |
Kristian Høgsberg | a941022 | 2011-01-14 17:22:35 -0500 | [diff] [blame] | 111 | AM_CONDITIONAL(ENABLE_WAYLAND_COMPOSITOR, |
Eric Anholt | 6f82cf5 | 2012-02-09 08:36:03 -0800 | [diff] [blame] | 112 | test x$enable_wayland_compositor = xyes) |
| 113 | if test x$enable_wayland_compositor = xyes; then |
Kristian Høgsberg | a941022 | 2011-01-14 17:22:35 -0500 | [diff] [blame] | 114 | AC_DEFINE([BUILD_WAYLAND_COMPOSITOR], [1], |
| 115 | [Build the Wayland (nested) compositor]) |
Kristian Høgsberg | 80492e2 | 2011-04-26 11:10:32 -0400 | [diff] [blame] | 116 | PKG_CHECK_MODULES(WAYLAND_COMPOSITOR, [wayland-client wayland-egl]) |
Kristian Høgsberg | a941022 | 2011-01-14 17:22:35 -0500 | [diff] [blame] | 117 | fi |
| 118 | |
Pekka Paalanen | 3ae50bb | 2012-05-30 15:53:45 +0300 | [diff] [blame] | 119 | |
| 120 | AC_ARG_ENABLE(android-compositor, |
| 121 | AS_HELP_STRING([--disable-android-compositor], |
| 122 | [do not build-test the Android 4.0 backend]),, |
| 123 | enable_android_compositor=yes) |
| 124 | AM_CONDITIONAL(ENABLE_ANDROID_COMPOSITOR, test x$enable_android_compositor = xyes) |
| 125 | if test x$enable_android_compositor = xyes; then |
| 126 | AC_DEFINE([BUILD_ANDROID_COMPOSITOR], [1], [Build the compositor for Android 4.0]) |
| 127 | fi |
| 128 | |
| 129 | |
Jesse Barnes | 3bd6917 | 2012-02-07 12:42:28 -0800 | [diff] [blame] | 130 | AC_ARG_WITH(cairo-glesv2, AS_HELP_STRING([--with-cairo-glesv2], |
Kristian Høgsberg | 2d57439 | 2012-01-18 14:50:58 -0500 | [diff] [blame] | 131 | [Use GLESv2 cairo instead of full GL]), |
| 132 | [cairo_modules="cairo-glesv2"], |
| 133 | [cairo_modules="cairo-gl"]) |
Eric Anholt | 6f82cf5 | 2012-02-09 08:36:03 -0800 | [diff] [blame] | 134 | if test x$cairo_modules = xcairo-glesv2; then |
Kristian Høgsberg | 2d57439 | 2012-01-18 14:50:58 -0500 | [diff] [blame] | 135 | AC_DEFINE([USE_CAIRO_GLESV2], [1], [Use the GLESv2 GL cairo backend]) |
| 136 | fi |
| 137 | |
Kristian Høgsberg | f02a649 | 2012-03-12 01:05:25 -0400 | [diff] [blame] | 138 | PKG_CHECK_MODULES(PIXMAN, [pixman-1]) |
| 139 | PKG_CHECK_MODULES(PNG, [libpng]) |
| 140 | PKG_CHECK_MODULES(WEBP, [libwebp], [have_webp=yes], [have_webp=no]) |
| 141 | AS_IF([test "x$have_webp" = "xyes"], |
| 142 | [AC_DEFINE([HAVE_WEBP], [1], [Have webp])]) |
Kristian Høgsberg | 5a315bc | 2012-05-15 22:33:43 -0400 | [diff] [blame] | 143 | |
| 144 | PKG_CHECK_MODULES(CAIRO, [cairo]) |
| 145 | SHARED_LIBS="$CAIRO_LIBS $PIXMAN_LIBS $PNG_LIBS $WEBP_LIBS" |
| 146 | SHARED_CFLAGS="$CAIRO_CFLAGS $PIXMAN_CFLAGS $PNG_CFLAGS $WEBP_CFLAGS" |
| 147 | AC_SUBST(SHARED_LIBS) |
| 148 | AC_SUBST(SHARED_CFLAGS) |
Kristian Høgsberg | f02a649 | 2012-03-12 01:05:25 -0400 | [diff] [blame] | 149 | |
| 150 | AC_CHECK_LIB([jpeg], [jpeg_CreateDecompress], have_jpeglib=yes) |
| 151 | if test x$have_jpeglib = xyes; then |
| 152 | IMAGE_LIBS="$IMAGE_LIBS -ljpeg" |
| 153 | else |
| 154 | AC_ERROR([libjpeg not found]) |
| 155 | fi |
| 156 | |
| 157 | COMPOSITOR_LIBS="$COMPOSITOR_LIBS $IMAGE_LIBS" |
| 158 | COMPOSITOR_CFLAGS="$COMPOSITOR_CFLAGS $IMAGE_CFLAGS" |
| 159 | |
Tiago Vignatti | 93165e3 | 2011-07-21 16:35:40 +0300 | [diff] [blame] | 160 | AC_ARG_ENABLE(simple-clients, [ --enable-simple-clients],, enable_simple_clients=yes) |
Eric Anholt | 6f82cf5 | 2012-02-09 08:36:03 -0800 | [diff] [blame] | 161 | AM_CONDITIONAL(BUILD_SIMPLE_CLIENTS, test x$enable_simple_clients = xyes) |
| 162 | if test x$enable_simple_clients = xyes; then |
Tiago Vignatti | 93165e3 | 2011-07-21 16:35:40 +0300 | [diff] [blame] | 163 | AC_DEFINE([BUILD_SIMPLE_CLIENTS], [1], [Build the Wayland simple clients]) |
| 164 | PKG_CHECK_MODULES(SIMPLE_CLIENT, |
| 165 | [egl >= 7.10 glesv2 wayland-client wayland-egl]) |
| 166 | fi |
Kristian Høgsberg | a941022 | 2011-01-14 17:22:35 -0500 | [diff] [blame] | 167 | |
Kristian Høgsberg | 60c1508 | 2011-04-26 11:47:00 -0400 | [diff] [blame] | 168 | AC_ARG_ENABLE(clients, [ --enable-clients],, enable_clients=yes) |
Eric Anholt | 6f82cf5 | 2012-02-09 08:36:03 -0800 | [diff] [blame] | 169 | AM_CONDITIONAL(BUILD_CLIENTS, test x$enable_clients = xyes) |
| 170 | if test x$enable_clients = xyes; then |
Kristian Høgsberg | 60c1508 | 2011-04-26 11:47:00 -0400 | [diff] [blame] | 171 | AC_DEFINE([BUILD_CLIENTS], [1], [Build the Wayland clients]) |
| 172 | |
Ander Conselvan de Oliveira | 1042dc1 | 2012-05-22 15:39:42 +0300 | [diff] [blame] | 173 | PKG_CHECK_MODULES(CLIENT, [wayland-client wayland-egl egl >= 7.10 cairo >= 1.10.0 xkbcommon wayland-cursor]) |
Kristian Høgsberg | 60c1508 | 2011-04-26 11:47:00 -0400 | [diff] [blame] | 174 | |
Kristian Høgsberg | f02a649 | 2012-03-12 01:05:25 -0400 | [diff] [blame] | 175 | CLIENT_CFLAGS="$CLIENT_CFLAGS $IMAGE_CFLAGS" |
| 176 | CLIENT_LIBS="$CLIENT_LIBS $IMAGE_LIBS" |
| 177 | |
| 178 | PKG_CHECK_MODULES(POPPLER, [poppler-glib glib-2.0 gobject-2.0 gio-2.0 ], |
Kristian Høgsberg | 60c1508 | 2011-04-26 11:47:00 -0400 | [diff] [blame] | 179 | [have_poppler=yes], [have_poppler=no]) |
Kristian Høgsberg | 2d57439 | 2012-01-18 14:50:58 -0500 | [diff] [blame] | 180 | PKG_CHECK_MODULES(CAIRO_EGL, [cairo-egl >= 1.11.3 $cairo_modules], |
Kristian Høgsberg | 60c1508 | 2011-04-26 11:47:00 -0400 | [diff] [blame] | 181 | [have_cairo_egl=yes], [have_cairo_egl=no]) |
| 182 | AS_IF([test "x$have_cairo_egl" = "xyes"], |
Benjamin Franzke | 22d5481 | 2011-07-16 19:50:32 +0000 | [diff] [blame] | 183 | [AC_DEFINE([HAVE_CAIRO_EGL], [1], [Have cairo-egl])], |
| 184 | [AC_MSG_WARN([Cairo-EGL not found - clients will use cairo image])]) |
Kristian Høgsberg | 60c1508 | 2011-04-26 11:47:00 -0400 | [diff] [blame] | 185 | fi |
| 186 | |
Benjamin Franzke | bfeda13 | 2012-01-30 14:04:04 +0100 | [diff] [blame] | 187 | AC_ARG_ENABLE(weston-launch, [ --enable-weston-launch],, enable_weston_launch=yes) |
| 188 | AM_CONDITIONAL(BUILD_WESTON_LAUNCH, test x$enable_weston_launch == xyes) |
| 189 | if test x$enable_weston_launch == xyes; then |
| 190 | PKG_CHECK_MODULES(WESTON_LAUNCH, [libdrm]) |
| 191 | PKG_CHECK_MODULES(SYSTEMD_LOGIN, [libsystemd-login], |
| 192 | [have_systemd_login=yes], [have_systemd_login=no]) |
| 193 | AS_IF([test "x$have_systemd_login" = "xyes"], |
| 194 | [AC_DEFINE([HAVE_SYSTEMD_LOGIN], [1], [Have systemd-login])]) |
| 195 | |
| 196 | AC_CHECK_LIB([pam], [pam_open_session], [have_pam=yes], [have_pam=no]) |
| 197 | if test x$have_pam == xno; then |
| 198 | AC_ERROR([weston-launch requires pam]) |
| 199 | fi |
| 200 | WESTON_LAUNCH_LIBS="$WESTON_LAUNCH_LIBS -lpam" |
| 201 | fi |
| 202 | |
Kristian Høgsberg | 60c1508 | 2011-04-26 11:47:00 -0400 | [diff] [blame] | 203 | AM_CONDITIONAL(HAVE_POPPLER, test "x$have_poppler" = "xyes") |
Kristian Høgsberg | d4de54e | 2008-12-04 22:48:50 -0500 | [diff] [blame] | 204 | |
Pekka Paalanen | 51d2195 | 2012-01-31 16:35:18 +0200 | [diff] [blame] | 205 | AM_CONDITIONAL(BUILD_FULL_GL_CLIENTS, |
Eric Anholt | 6f82cf5 | 2012-02-09 08:36:03 -0800 | [diff] [blame] | 206 | test x$cairo_modules = "xcairo-gl" -a "x$have_cairo_egl" = "xyes") |
Pekka Paalanen | 51d2195 | 2012-01-31 16:35:18 +0200 | [diff] [blame] | 207 | |
Kristian Høgsberg | 1c56218 | 2011-05-02 22:09:20 -0400 | [diff] [blame] | 208 | AM_CONDITIONAL(ENABLE_DESKTOP_SHELL, true) |
| 209 | |
Kristian Høgsberg | 64f1c3f | 2011-11-14 15:50:03 -0500 | [diff] [blame] | 210 | AC_ARG_ENABLE(tablet-shell, [ --enable-tablet-shell],, |
| 211 | enable_tablet_shell=yes) |
| 212 | AM_CONDITIONAL(ENABLE_TABLET_SHELL, |
Eric Anholt | 6f82cf5 | 2012-02-09 08:36:03 -0800 | [diff] [blame] | 213 | test x$enable_tablet_shell = xyes) |
Kristian Høgsberg | 1c56218 | 2011-05-02 22:09:20 -0400 | [diff] [blame] | 214 | |
Kristian Høgsberg | 61cfa66 | 2012-05-26 13:19:22 -0400 | [diff] [blame] | 215 | |
| 216 | AC_ARG_ENABLE(wcap-tools, [ --disable-wcap-tools],, enable_wcap_tools=yes) |
| 217 | AM_CONDITIONAL(BUILD_WCAP_TOOLS, test x$enable_wcap_tools = xyes) |
| 218 | if test x$enable_wcap_tools = xyes; then |
| 219 | AC_DEFINE([BUILD_WCAP_TOOLS], [1], [Build the wcap tools]) |
| 220 | PKG_CHECK_MODULES(WCAP, [cairo vpx]) |
| 221 | WCAP_LIBS="$WCAP_LIBS -lm" |
| 222 | fi |
| 223 | |
| 224 | AC_CHECK_PROG(RSVG_CONVERT, rsvg-convert, rsvg-convert) |
| 225 | AM_CONDITIONAL(HAVE_RSVG_CONVERT, test -n "$RSVG_CONVERT") |
| 226 | |
| 227 | |
nobled | 48f975d | 2011-01-28 13:47:21 +0000 | [diff] [blame] | 228 | if test "x$GCC" = "xyes"; then |
Pekka Paalanen | 15643f6 | 2012-06-01 12:20:25 +0300 | [diff] [blame] | 229 | my_common_gcc_flags="-Wall -Wextra -Wno-unused-parameter \ |
| 230 | -Wno-missing-field-initializers -g -fvisibility=hidden" |
| 231 | GCC_CFLAGS="$my_common_gcc_flags \ |
| 232 | -Wstrict-prototypes -Wmissing-prototypes" |
| 233 | GCC_CXXFLAGS="$my_common_gcc_flags" |
Kristian Høgsberg | d4de54e | 2008-12-04 22:48:50 -0500 | [diff] [blame] | 234 | fi |
| 235 | AC_SUBST(GCC_CFLAGS) |
Pekka Paalanen | 15643f6 | 2012-06-01 12:20:25 +0300 | [diff] [blame] | 236 | AC_SUBST(GCC_CXXFLAGS) |
Kristian Høgsberg | d4de54e | 2008-12-04 22:48:50 -0500 | [diff] [blame] | 237 | |
Kristian Høgsberg | b2d7185 | 2011-02-14 22:13:33 -0500 | [diff] [blame] | 238 | WAYLAND_SCANNER_RULES(['$(top_srcdir)/protocol']) |
| 239 | |
| 240 | AC_CONFIG_FILES([Makefile |
Pekka Paalanen | c1765c6 | 2011-12-05 15:58:11 +0200 | [diff] [blame] | 241 | shared/Makefile |
Kristian Høgsberg | 8334bc1 | 2012-01-03 10:29:47 -0500 | [diff] [blame] | 242 | src/Makefile |
Kristian Høgsberg | a921901 | 2012-05-21 15:03:32 -0400 | [diff] [blame] | 243 | src/xwayland/Makefile |
Kristian Høgsberg | f0152da | 2010-10-12 17:24:20 -0400 | [diff] [blame] | 244 | clients/Makefile |
Kristian Høgsberg | 2bcb2fc | 2012-05-25 18:03:52 -0400 | [diff] [blame] | 245 | wcap/Makefile |
Kristian Høgsberg | f6a5f7d | 2012-01-03 11:02:46 -0500 | [diff] [blame] | 246 | data/Makefile |
Pekka Paalanen | 4520d5c | 2012-01-16 15:04:28 +0200 | [diff] [blame] | 247 | protocol/Makefile |
| 248 | tests/Makefile]) |
Kristian Høgsberg | 4a8767b | 2008-12-10 13:44:23 -0500 | [diff] [blame] | 249 | AC_OUTPUT |