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.
6 lines
208 B
Meson
6 lines
208 B
Meson
shared_module('printbackend-lpr',
|
|
'gtkprintbackendlpr.c',
|
|
c_args : ['-DGTK_COMPILATION', '-DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED'],
|
|
dependencies : libgtk_dep,
|
|
install_dir : printbackends_install_dir)
|