summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralbfan <albertofanjul@gmail.com>2019-07-22 03:01:20 +0200
committeralbfan <albertofanjul@gmail.com>2019-07-22 03:03:23 +0200
commit8f6bf84fffbc5dff843816fa7521b58852806796 (patch)
tree18f5cd56efed114cedc8b748448d0651499cab1d
parentf8204f9c0b931835c3f3bf8ba5b6792e02ac5bd5 (diff)
downloadglade-wip/inigomartinez/improve-install.tar.gz
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index ffbbb407..a6b79019 100644
--- a/meson.build
+++ b/meson.build
@@ -65,6 +65,7 @@ config_h = configuration_data()
# package defines
set_defines = [
# package
+ ['PACKAGE', meson.project_name()],
['PACKAGE_NAME', meson.project_name()],
['PACKAGE_STRING', '@0@ @1@'.format(glade_name, glade_version)],
['PACKAGE_VERSION', glade_version],