diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-03-22 18:15:17 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-05-03 15:10:55 +0100 |
commit | d38db4dcddaec5a5b711f3de2fac7fe0786e46f1 (patch) | |
tree | 26596ec4de403ee7ce6565a95815618d3f7d93d4 /modules | |
parent | a35e5f3135206850fe40213f890724c37c571411 (diff) | |
download | gtk+-d38db4dcddaec5a5b711f3de2fac7fe0786e46f1.tar.gz |
meson: gtk: set GTK_PRINT_BACKENDS define properly
Diffstat (limited to 'modules')
-rw-r--r-- | modules/printbackends/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/printbackends/meson.build b/modules/printbackends/meson.build index 80c94698c5..c9f970675f 100644 --- a/modules/printbackends/meson.build +++ b/modules/printbackends/meson.build @@ -111,6 +111,8 @@ printbackends_install_dir = join_paths(get_option('libdir'), printbackends_subdi message('Print backends: ' + ' '.join(print_backends)) +cdata.set_quoted('GTK_PRINT_BACKENDS', ','.join(print_backends)) + foreach print_backend : print_backends subdir(print_backend) endforeach |