diff options
author | Marty E. Plummer <[email protected]> | 2019-05-21 17:01:18 -0500 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-22 10:30:33 +0200 |
commit | a30185610beb815648854207cb2a29d0fa9303dc (patch) | |
tree | 02b0804e1644da72d6ddb3f2e01facaee0fa81a9 /config.meson.h | |
parent | e98858d43feb08d52ba6e1f39532f618b1a2cc01 (diff) | |
download | mate-desktop-a30185610beb815648854207cb2a29d0fa9303dc.tar.bz2 mate-desktop-a30185610beb815648854207cb2a29d0fa9303dc.tar.xz |
treewide: add meson build
Signed-off-by: Marty E. Plummer <[email protected]>
Diffstat (limited to 'config.meson.h')
-rw-r--r-- | config.meson.h | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/config.meson.h b/config.meson.h new file mode 100644 index 0000000..fd5679a --- /dev/null +++ b/config.meson.h @@ -0,0 +1,50 @@ +/* always defined to indicate that i18n is enabled */ +#mesondefine ENABLE_NLS + +/* The gettext translation domain */ +#mesondefine GETTEXT_PACKAGE + +/* Define if the xrandr-$XRANDR_REQUIRED library is present */ +#mesondefine HAVE_RANDR + +/* Building with startup notification support */ +#mesondefine HAVE_STARTUP_NOTIFICATION + +/* Enable additional debugging at the expense of performance and size */ +#mesondefine MATE_ENABLE_DEBUG + +/* Define to the major version */ +#mesondefine MATE_MAJOR + +/* Define to the minor version */ +#mesondefine MATE_MINOR + +/* Define to the micro version */ +#mesondefine MATE_MICRO + +/* Name of package */ +#mesondefine PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#mesondefine PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#mesondefine PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#mesondefine PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#mesondefine PACKAGE_TARNAME + +/* Define to the home page for this package. */ +#mesondefine PACKAGE_URL + +/* Define to the version of this package. */ +#mesondefine PACKAGE_VERSION + +/* Version number of package */ +#mesondefine VERSION + +/* Define to 1 if the X Window System is missing or not being used. */ +#mesondefine X_DISPLAY_MISSING |