summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2022-11-02 16:05:39 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2022-11-02 16:05:39 +0000
commit8a5209b2704115d58d7203daa8834e4f62ebf057 (patch)
treeb24b0ee957cdb8933dd1bbf701fba51478566755
parentfd957a34aa35c843780ae0d728a1b9700e837e77 (diff)
downloadgnome-dictionary-8a5209b2704115d58d7203daa8834e4f62ebf057.tar.gz
build: Include profile in the config.h file
So we can use it in the source.
-rw-r--r--src/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index fdd64d8..c2c6931 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -114,6 +114,7 @@ int main (void) {
endif
conf.set10('ENABLE_IPV6', use_ipv6)
+conf.set_quoted('PROFILE', profile)
configure_file(output: 'config.h', configuration: conf)