Lines Matching +full:- +full:- +full:disable +full:- +full:documentation
4 dnl documentation for any purpose is hereby granted without fee, provided that
7 dnl documentation, and that the name of Keith Packard not be used in
31 AC_CONFIG_AUX_DIR([build-aux])
34 AM_INIT_AUTOMAKE([foreign dist-xz no-dist-gzip subdir-objects color-tests parallel-tests check-news…
43 # Add xorg-macros stuff
45 [m4_fatal([must install xorg-macros 1.16 or later before running autoconf/autogen])])
52 # Needed in older Automakes for subdir-objects
66 AS_IF([test ! -f "src/xkbcomp/parser.c" -a "x$YACC_INST" = x], [
67 AC_MSG_ERROR([yacc not found - unable to compile src/xkbcomp/parser.y])
72 AS_IF([test "x$ac_cv_func_strcasecmp" = xno -o \
80 AS_IF([test "x$ac_cv_func_secure_getenv" = xno -a \
87 # Some tests use Linux-specific headers
91 XORG_TESTSET_CFLAG([BASE_CFLAGS], [-fvisibility=hidden])
92 XORG_TESTSET_CFLAG([BASE_CFLAGS], [-Wextra -Wno-unused-parameter -Wno-missing-field-initializers])
93 XORG_TESTSET_CFLAG([BASE_CFLAGS], [-Wdocumentation])
101 XORG_CHECK_LINKER_FLAGS([-Wl,--no-undefined], [have_no_undefined=yes]) ;;
107 [AC_SUBST(RT_LIBS, "-lrt")],
109 [-lrt])
112 xkb_base=`$PKG_CONFIG --variable=xkb_base xkeyboard-config`
117 [AS_HELP_STRING([--with-xkb-config-root=<path>],
118 [Set default XKB config root (default: xkeyboard-config install path)])],
125 [AS_HELP_STRING([--with-x-locale-root=<path>],
132 [AS_HELP_STRING([--with-default-rules=<path>],
140 [AS_HELP_STRING([--with-default-model=<path>],
148 [AS_HELP_STRING([--with-default-layout=<path>],
156 [AS_HELP_STRING([--with-default-variant=<path>],
166 [AS_HELP_STRING([--with-default-options=<path>],
176 [AS_HELP_STRING([--disable-x11],
177 [Disable support for creating keymaps with the X11 protocol (default: enabled)])],
180 PKG_CHECK_MODULES([XCB_XKB], [xcb xcb-xkb >= 1.10], [],
181 [AC_MSG_ERROR([xkbcommon-x11 requires xcb-xkb >= 1.10 which was not found. \
182 You can disable X11 support with --disable-x11.])])
188 xkbcommon-uninstalled.pc
190 xkbcommon-x11.pc
191 xkbcommon-x11-uninstalled.pc
200 libxkbcommon-x11: ${enable_x11}
201 documentation: ${build_docs}