blob: d8e40e362b320520de297505bbe97e489d18f094 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- plugins/upower/meson.build.orig 2025-09-12 09:55:19 UTC
+++ plugins/upower/meson.build
@@ -1,4 +1,4 @@
-host_machine.system() == 'linux' or subdir_done()
+host_machine.system() in ['linux', 'freebsd'] or subdir_done()
plugins += {meson.current_source_dir().split('/')[-1]: true}
cargs = ['-DG_LOG_DOMAIN="FuPluginUpower"']
|