Lines Matching defs:encodings
2 AC_INIT([encodings], [1.1.0],
3 [https://gitlab.freedesktop.org/xorg/font/encodings/-/issues])
20 # Choose whether or not to compress encodings - default is to compress all
22 AC_MSG_CHECKING([if small encodings should be compressed])
23 AC_ARG_ENABLE(gzip-small-encodings,
24 AS_HELP_STRING([--disable-gzip-small-encodings],
30 AC_MSG_CHECKING([if large encodings should be compressed])
31 AC_ARG_ENABLE(gzip-large-encodings,
32 AS_HELP_STRING([--disable-gzip-large-encodings],
43 AC_MSG_ERROR([gzip is needed to compress font encodings])
49 XORG_FONTSUBDIR([ENCODINGSDIR], [encodingsdir], [encodings])