Lines Matching +full:- +full:- +full:disable +full:- +full:wayland

9 AC_INIT([wayland],  package
11 …[https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=wayland_vers…
12 [wayland],
13 [http://wayland.freedesktop.org/])
23 AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz subdir-objects])
35 # http://lists.gnu.org/archive/html/bug-autoconf/2010-05/msg00001.html
50 AC_ARG_ENABLE([fatal-warnings],
51 AC_HELP_STRING([--enable-fatal-warnings],
52 [Build with -Werror]),
56 WERROR_CFLAGS="-Werror"
60 …GCC_CFLAGS="$WERROR_CFLAGS -Wall -Wextra -Wno-unused-parameter -g -Wstrict-prototypes -Wmissing-pr…
67 [AC_HELP_STRING([--disable-libraries],
68 [Disable compilation of wayland libraries])],
72 AC_ARG_WITH([host-scanner],
73 [AC_HELP_STRING([--with-host-scanner],
74 [Use installed wayland-scanner from host PATH during build])],
79 [AC_HELP_STRING([--disable-documentation],
80 [Disable building the documentation])],
84 AC_ARG_ENABLE([dtd-validation],
85 [AC_HELP_STRING([--disable-dtd-validation],
86 [Disable DTD validation of the protocol])],
94 AC_ARG_WITH(icondir, [ --with-icondir=<dir> Look for cursor icons here],
102 [AC_MSG_ERROR("SFD_CLOEXEC is needed to compile wayland libraries")],
105 [AC_MSG_ERROR("TFD_CLOEXEC is needed to compile wayland libraries")],
108 [AC_MSG_ERROR("CLOCK_MONOTONIC is needed to compile wayland libraries")],
126 PKG_CHECK_MODULES(LIBXML, [libxml-2.0])
127 AC_DEFINE(HAVE_LIBXML, 1, [libxml-2.0 is available])
128 AC_CONFIG_LINKS([src/wayland.dtd.embed:protocol/wayland.dtd])
137 AS_IF([`"$ac_path_XSLTPROC_TMP" --nonet "$MANPAGES_STYLESHEET" > /dev/null 2>&1`],
153 …ld requested but doxygen not found. Install doxygen or disable the documentation using --disable-d…
157 doxygen_version=`$DOXYGEN --version`
160 …cumentation build. Install required doxygen version or disable the documentation using --disable-d…
167 … build requested but xmlto not found. Install xmlto or disable the documentation using --disable-d…
172 …sted but graphviz's dot not found. Install graphviz or disable the documentation using --disable-d…
175 dot_version=`$DOT -V 2>&1|$GREP -o ['[0-9]*\.[0-9]*\.[0-9]*']`
178 …umentation build. Install required graphviz version or disable the documentation using --disable-d…
183 doc/doxygen/wayland.doxygen
190 cursor/wayland-cursor.pc
191 cursor/wayland-cursor-uninstalled.pc
196 src/wayland-server-uninstalled.pc
197 src/wayland-client-uninstalled.pc
198 src/wayland-scanner-uninstalled.pc
199 src/wayland-server.pc
200 src/wayland-client.pc
201 src/wayland-scanner.pc
202 src/wayland-version.h])