summaryrefslogtreecommitdiff
path: root/sysutils/fwupd/files/patch-plugins_gpio_meson.build
blob: 2d9dae5e1b2440ce5837c5a6b2d24d0048c7d44e (plain) (blame)
1
2
3
4
5
6
7
8
--- plugins/gpio/meson.build.orig	2025-09-12 09:55:19 UTC
+++ plugins/gpio/meson.build
@@ -1,4 +1,4 @@
-host_machine.system() == 'linux' or subdir_done()
+host_machine.system() in ['linux', 'freebsd'] or subdir_done()
 cc.has_header_symbol('linux/gpio.h', 'GPIO_V2_LINE_FLAG_OUTPUT', required: false) or subdir_done()
 
 cargs = ['-DG_LOG_DOMAIN="FuPluginGpio"']