forked from AuroraMiddleware/gtk
Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
a4aa6d79ad
commit
1b7a99cb24
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user