diff options
Diffstat (limited to 'src/openbsd/meson.build')
-rw-r--r-- | src/openbsd/meson.build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/openbsd/meson.build b/src/openbsd/meson.build new file mode 100644 index 0000000..83afe51 --- /dev/null +++ b/src/openbsd/meson.build @@ -0,0 +1,10 @@ +upshared += { 'openbsd': static_library('upshared', + sources: [ + 'up-backend.c', + 'up-native.c', + 'up-apm-native.h', + ], + c_args: [ '-DG_LOG_DOMAIN="UPower-Openbsd"' ], + dependencies: [ gudev_dep, upowerd_deps, upshared_common_dep ], + build_by_default: false, +)} |