upower/tools/meson.build
2021-09-06 14:06:40 +02:00

10 lines
269 B
Meson

executable('upower',
sources: [
'up-tool.c',
],
dependencies: [ libupower_glib_dep ],
gnu_symbol_visibility: 'hidden',
install: true,
install_dir: get_option('prefix') / get_option('bindir'),
c_args: [ '-DG_LOG_DOMAIN="UPower"' ],
)