upower/tools/meson.build

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
269 B
Meson
Raw Permalink 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"' ],
)