Rewrite shm buffer file allocation v2
[profile/ivi/weston-ivi-shell.git] / configure.ac
1 AC_PREREQ([2.64])
2 AC_INIT([weston],
3         [0.89],
4         [https://bugs.freedesktop.org/enter_bug.cgi?product=weston],
5         [weston],
6         [http://wayland.freedesktop.org/])
7
8 AC_CONFIG_HEADERS([config.h])
9
10 AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
11
12 AM_SILENT_RULES([yes])
13
14 # Check for programs
15 AC_PROG_CC
16 AC_PROG_CXX
17
18 # Initialize libtool
19 LT_PREREQ([2.2])
20 LT_INIT([disable-static])
21
22 PKG_PROG_PKG_CONFIG()
23
24 AC_CHECK_FUNC([dlopen], [],
25               AC_CHECK_LIB([dl], [dlopen], DLOPEN_LIBS="-ldl"))
26 AC_SUBST(DLOPEN_LIBS)
27
28 AC_CHECK_HEADERS([execinfo.h])
29
30 AC_CHECK_FUNCS([mkostemp])
31
32 PKG_CHECK_MODULES(COMPOSITOR,
33                   [wayland-server egl >= 7.10 glesv2 xkbcommon pixman-1])
34
35
36 AC_ARG_ENABLE(setuid-install, [  --enable-setuid-install],,
37               enable_setuid_install=yes)
38 AM_CONDITIONAL(ENABLE_SETUID_INSTALL, test x$enable_setuid_install = xyes)
39
40
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
45   PKG_CHECK_MODULES([XWAYLAND], xcb xcb-xfixes cairo-xcb)
46   AC_DEFINE([BUILD_XWAYLAND], [1], [Build the X server launcher])
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])
52 fi
53
54
55 AC_ARG_ENABLE(x11-compositor, [  --enable-x11-compositor],,
56               enable_x11_compositor=yes)
57 AM_CONDITIONAL(ENABLE_X11_COMPOSITOR, test x$enable_x11_compositor = xyes)
58 if test x$enable_x11_compositor = xyes; then
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
68   AC_DEFINE([BUILD_X11_COMPOSITOR], [1], [Build the X11 compositor])
69   PKG_CHECK_MODULES(X11_COMPOSITOR, [x11 x11-xcb])
70 fi
71
72
73 AC_ARG_ENABLE(drm-compositor, [  --enable-drm-compositor],,
74               enable_drm_compositor=yes)
75 AM_CONDITIONAL(ENABLE_DRM_COMPOSITOR, test x$enable_drm_compositor = xyes)
76 if test x$enable_drm_compositor = xyes; then
77   AC_DEFINE([BUILD_DRM_COMPOSITOR], [1], [Build the DRM compositor])
78   PKG_CHECK_MODULES(DRM_COMPOSITOR, [libudev >= 136 libdrm >= 2.4.30 gbm mtdev >= 1.1.0])
79 fi
80
81
82 AC_ARG_ENABLE(openwfd-compositor, [  --enable-openwfd-compositor],,
83               enable_openwfd_compositor=no)
84 AM_CONDITIONAL(ENABLE_OPENWFD_COMPOSITOR, test x$enable_openwfd_compositor = xyes)
85 if test x$enable_openwfd_compositor = xyes; then
86   AC_DEFINE([BUILD_OPENWFD_COMPOSITOR], [1], [Build the OpenWF compositor])
87   PKG_CHECK_MODULES(OPENWFD_COMPOSITOR, [openwfd gbm])
88 fi
89
90
91 AC_ARG_ENABLE(wayland-compositor, [  --enable-wayland-compositor],,
92               enable_wayland_compositor=yes)
93 AM_CONDITIONAL(ENABLE_WAYLAND_COMPOSITOR,
94                test x$enable_wayland_compositor = xyes)
95 if test x$enable_wayland_compositor = xyes; then
96   AC_DEFINE([BUILD_WAYLAND_COMPOSITOR], [1],
97             [Build the Wayland (nested) compositor])
98   PKG_CHECK_MODULES(WAYLAND_COMPOSITOR, [wayland-client wayland-egl])
99 fi
100
101
102 AC_ARG_ENABLE(android-compositor,
103               AS_HELP_STRING([--disable-android-compositor],
104                              [do not build-test the Android 4.0 backend]),,
105               enable_android_compositor=yes)
106 AM_CONDITIONAL(ENABLE_ANDROID_COMPOSITOR, test x$enable_android_compositor = xyes)
107 if test x$enable_android_compositor = xyes; then
108   AC_DEFINE([BUILD_ANDROID_COMPOSITOR], [1], [Build the compositor for Android 4.0])
109 fi
110
111
112 AC_ARG_WITH(cairo-glesv2, AS_HELP_STRING([--with-cairo-glesv2],
113               [Use GLESv2 cairo instead of full GL]),
114               [cairo_modules="cairo-glesv2"],
115               [cairo_modules="cairo-gl"])
116 if test x$cairo_modules = xcairo-glesv2; then
117   AC_DEFINE([USE_CAIRO_GLESV2], [1], [Use the GLESv2 GL cairo backend])
118 fi
119
120 PKG_CHECK_MODULES(PIXMAN, [pixman-1])
121 PKG_CHECK_MODULES(PNG, [libpng])
122 PKG_CHECK_MODULES(WEBP, [libwebp], [have_webp=yes], [have_webp=no])
123 AS_IF([test "x$have_webp" = "xyes"],
124       [AC_DEFINE([HAVE_WEBP], [1], [Have webp])])
125
126 PKG_CHECK_MODULES(CAIRO, [cairo])
127 SHARED_LIBS="$CAIRO_LIBS $PIXMAN_LIBS $PNG_LIBS $WEBP_LIBS"
128 SHARED_CFLAGS="$CAIRO_CFLAGS $PIXMAN_CFLAGS $PNG_CFLAGS $WEBP_CFLAGS"
129 AC_SUBST(SHARED_LIBS)
130 AC_SUBST(SHARED_CFLAGS)
131
132 AC_CHECK_LIB([jpeg], [jpeg_CreateDecompress], have_jpeglib=yes)
133 if test x$have_jpeglib = xyes; then
134   IMAGE_LIBS="$IMAGE_LIBS -ljpeg"
135 else
136   AC_ERROR([libjpeg not found])
137 fi
138
139 COMPOSITOR_LIBS="$COMPOSITOR_LIBS $IMAGE_LIBS"
140 COMPOSITOR_CFLAGS="$COMPOSITOR_CFLAGS $IMAGE_CFLAGS"
141
142 AC_ARG_ENABLE(simple-clients, [  --enable-simple-clients],, enable_simple_clients=yes)
143 AM_CONDITIONAL(BUILD_SIMPLE_CLIENTS, test x$enable_simple_clients = xyes)
144 if test x$enable_simple_clients = xyes; then
145   AC_DEFINE([BUILD_SIMPLE_CLIENTS], [1], [Build the Wayland simple clients])
146   PKG_CHECK_MODULES(SIMPLE_CLIENT,
147                     [egl >= 7.10 glesv2 wayland-client wayland-egl])
148 fi
149
150 AC_ARG_ENABLE(clients, [  --enable-clients],, enable_clients=yes)
151 AM_CONDITIONAL(BUILD_CLIENTS, test x$enable_clients = xyes)
152 if test x$enable_clients = xyes; then
153   AC_DEFINE([BUILD_CLIENTS], [1], [Build the Wayland clients])
154
155   PKG_CHECK_MODULES(CLIENT, [wayland-client wayland-egl egl >= 7.10 cairo >= 1.10.0 xkbcommon wayland-cursor])
156
157   CLIENT_CFLAGS="$CLIENT_CFLAGS $IMAGE_CFLAGS"
158   CLIENT_LIBS="$CLIENT_LIBS $IMAGE_LIBS"
159
160   PKG_CHECK_MODULES(POPPLER, [poppler-glib glib-2.0 gobject-2.0 gio-2.0 ],
161                              [have_poppler=yes], [have_poppler=no])
162   PKG_CHECK_MODULES(CAIRO_EGL, [cairo-egl >= 1.11.3 $cairo_modules],
163                     [have_cairo_egl=yes], [have_cairo_egl=no])
164   AS_IF([test "x$have_cairo_egl" = "xyes"],
165         [AC_DEFINE([HAVE_CAIRO_EGL], [1], [Have cairo-egl])],
166         [AC_MSG_WARN([Cairo-EGL not found - clients will use cairo image])])
167 fi
168
169 AC_ARG_ENABLE(weston-launch, [  --enable-weston-launch],, enable_weston_launch=yes)
170 AM_CONDITIONAL(BUILD_WESTON_LAUNCH, test x$enable_weston_launch == xyes)
171 if test x$enable_weston_launch == xyes; then
172   PKG_CHECK_MODULES(WESTON_LAUNCH, [libdrm])
173   PKG_CHECK_MODULES(SYSTEMD_LOGIN, [libsystemd-login],
174                     [have_systemd_login=yes], [have_systemd_login=no])
175   AS_IF([test "x$have_systemd_login" = "xyes"],
176         [AC_DEFINE([HAVE_SYSTEMD_LOGIN], [1], [Have systemd-login])])
177
178   AC_CHECK_LIB([pam], [pam_open_session], [have_pam=yes], [have_pam=no])
179   if test x$have_pam == xno; then
180     AC_ERROR([weston-launch requires pam])
181   fi
182   WESTON_LAUNCH_LIBS="$WESTON_LAUNCH_LIBS -lpam"
183 fi
184
185 AM_CONDITIONAL(HAVE_POPPLER, test "x$have_poppler" = "xyes")
186
187 AM_CONDITIONAL(BUILD_FULL_GL_CLIENTS,
188                test x$cairo_modules = "xcairo-gl" -a "x$have_cairo_egl" = "xyes")
189
190 AM_CONDITIONAL(ENABLE_DESKTOP_SHELL, true)
191
192 AC_ARG_ENABLE(tablet-shell, [  --enable-tablet-shell],,
193               enable_tablet_shell=yes)
194 AM_CONDITIONAL(ENABLE_TABLET_SHELL,
195                test x$enable_tablet_shell = xyes)
196
197
198 AC_ARG_ENABLE(wcap-tools, [  --disable-wcap-tools],, enable_wcap_tools=yes)
199 AM_CONDITIONAL(BUILD_WCAP_TOOLS, test x$enable_wcap_tools = xyes)
200 if test x$enable_wcap_tools = xyes; then
201   AC_DEFINE([BUILD_WCAP_TOOLS], [1], [Build the wcap tools])
202   PKG_CHECK_MODULES(WCAP, [cairo vpx])
203   WCAP_LIBS="$WCAP_LIBS -lm"
204 fi
205
206 AC_CHECK_PROG(RSVG_CONVERT, rsvg-convert, rsvg-convert)
207 AM_CONDITIONAL(HAVE_RSVG_CONVERT, test -n "$RSVG_CONVERT")
208
209
210 if test "x$GCC" = "xyes"; then
211         my_common_gcc_flags="-Wall -Wextra -Wno-unused-parameter \
212                 -Wno-missing-field-initializers -g -fvisibility=hidden"
213         GCC_CFLAGS="$my_common_gcc_flags \
214                 -Wstrict-prototypes -Wmissing-prototypes"
215         GCC_CXXFLAGS="$my_common_gcc_flags"
216 fi
217 AC_SUBST(GCC_CFLAGS)
218 AC_SUBST(GCC_CXXFLAGS)
219
220 WAYLAND_SCANNER_RULES(['$(top_srcdir)/protocol'])
221
222 AC_CONFIG_FILES([Makefile
223                  shared/Makefile
224                  src/Makefile
225                  src/xwayland/Makefile
226                  clients/Makefile
227                  wcap/Makefile
228                  data/Makefile
229                  protocol/Makefile
230                  tests/Makefile])
231 AC_OUTPUT
232
233 if test "x$enable_setuid_install" = xyes; then
234 AC_MSG_WARN([
235
236  *** You've enabled the setuid install hook.  Weston is still a 
237  *** pre-alpha project and may have bugs and issues that make a
238  *** setuid install unsafe. Proceed at your own risk.
239 ])
240 fi
241