File: meson.build

package info (click to toggle)
upower 1.91.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,660 kB
  • sloc: ansic: 13,134; python: 5,310; xml: 1,636; sh: 33; makefile: 26
file content (10 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (3)
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"' ],
)