upower/tools/meson.build

11 lines
269 B
Meson
Raw Normal View History

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"' ],
)