forked from AuroraMiddleware/gtk
Fix the value for the print-backends setting
This was broken in the meson conversion, causing us to default to "" instead of the built print backends. Fixes: #3486
This commit is contained in:
parent
0abb8c6862
commit
20289ad8e1
@ -16,8 +16,6 @@ endif
|
||||
printbackends_subdir = 'gtk-4.0/@0@/printbackends'.format(gtk_binary_version)
|
||||
printbackends_install_dir = join_paths(get_option('libdir'), printbackends_subdir)
|
||||
|
||||
cdata.set_quoted('GTK_PRINT_BACKENDS', ','.join(print_backends))
|
||||
|
||||
printbackends_args = [
|
||||
'-DGTK_COMPILATION',
|
||||
'-DGTK_DISABLE_DEPRECATION_WARNINGS',
|
||||
@ -77,3 +75,5 @@ shared_module('printbackend-file',
|
||||
install_dir: printbackends_install_dir,
|
||||
install: true,
|
||||
)
|
||||
|
||||
cdata.set_quoted('GTK_PRINT_BACKENDS', ','.join(print_backends))
|
||||
|
Loading…
Reference in New Issue
Block a user