forked from AuroraMiddleware/gtk
a35e5f3135
The cups checks might not work properly everywhere yet, since they don't use cups-config and parse the output yet.
7 lines
222 B
Meson
7 lines
222 B
Meson
shared_module('printbackend-papi',
|
|
'gtkprinterpapi.c',
|
|
'gtkprintbackendpapi.c',
|
|
c_args : ['-DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED'],
|
|
dependencies : [libgtk_dep, libpapi],
|
|
install_dir : printbackends_install_dir)
|