diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2021-11-29 20:31:01 +0100 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2022-09-01 16:54:04 +0200 |
commit | 508d3fe021c7cd659360172a15f73621e2261454 (patch) | |
tree | 99387589c298d1d81986f1935c00fbb4eb200ae4 /config.h.meson | |
parent | f4be29eec78013ca045892b77be3b0ee0e744402 (diff) | |
download | mutter-508d3fe021c7cd659360172a15f73621e2261454.tar.gz |
config: Add PACKAGE_NAME macro
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2164>
Diffstat (limited to 'config.h.meson')
-rw-r--r-- | config.h.meson | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.meson b/config.h.meson index a977540d4..e6ff572f5 100644 --- a/config.h.meson +++ b/config.h.meson @@ -4,6 +4,9 @@ /* Version number of package */ #mesondefine VERSION +/* Name of package */ +#mesondefine PACKAGE_NAME + /* Version number of package */ #mesondefine PACKAGE_VERSION |