summaryrefslogtreecommitdiff
path: root/tools/meson.build
blob: 384ff46f2221c134264e1f0af2d89374492d4684 (plain)
1
2
3
4
5
6
7
8
9
10
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"' ],
)