[gtk: 5/6] Apply 1 suggestion(s) to 1 file(s)




commit 1b7a99cb24740e44c64a68984bae9ab6a3420d7f
Author: Xavier Claessens <xclaesse gmail com>
Date:   Thu Oct 22 00:36:23 2020 +0000

    Apply 1 suggestion(s) to 1 file(s)

 modules/printbackends/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]