summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2020-10-22 00:36:23 +0000
committerXavier Claessens <xclaesse@gmail.com>2020-10-22 00:36:23 +0000
commit1b7a99cb24740e44c64a68984bae9ab6a3420d7f (patch)
tree77534e0cfb338f438cf55ceb923851ddd7ae2fec /modules
parenta4aa6d79addfcc5f6b61a9aecd2b3a647e249622 (diff)
downloadgtk+-1b7a99cb24740e44c64a68984bae9ab6a3420d7f.tar.gz
Apply 1 suggestion(s) to 1 file(s)
Diffstat (limited to 'modules')
-rw-r--r--modules/printbackends/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/printbackends/meson.build b/modules/printbackends/meson.build
index b60fdb202f..1aa6f8de4c 100644
--- a/modules/printbackends/meson.build
+++ b/modules/printbackends/meson.build
@@ -51,7 +51,7 @@ endif
rest_dep = dependency('rest-0.7', required : get_option('print-cloudprint'))
json_glib_dep = dependency('json-glib-1.0', required : get_option('print-cloudprint'))
if rest_dep.found() and json_glib_dep.found()
- print_backends += ['cloudprint']
+ print_backends += 'cloudprint'
shared_module('printbackend-cloudprint',
'gtkprintbackendcloudprint.c',
'gtkprintercloudprint.c',