Lines Matching refs:rgb
26 AC_INIT([rgb], [1.1.0],
27 [https://gitlab.freedesktop.org/xorg/app/rgb/-/issues], [rgb])
45 AC_MSG_CHECKING([for rgb database location])
46 AC_ARG_WITH([rgb-db-dir],
47 AS_HELP_STRING([--with-rgb-db-dir=<path>],
48 [rgb database location (default is ${datadir}/X11/rgb)]),
49 [db_path=$withval], [db_path=${datadir}/X11/rgb])
51 dnl XXX not working - AC_DEFINE([RGB_DB], $db_path, [set to location of rgb database (without any file type suffix)])
57 AC_MSG_CHECKING([for rgb database format])
58 AC_ARG_WITH([rgb-db-type],
59 AS_HELP_STRING([--with-rgb-db-type=(text|dbm|ndbm)],
60 [rgb database type (default is text)]),
66 AC_ARG_WITH([rgb-db-library],
67 AS_HELP_STRING([--with-rgb-db-library=<library-name>],
68 [rgb database library (default is to search for one)]),
75 [Define to 1 to use plain text files for rgb database])