mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 09:00:55 +00:00
trivial: only build powerd on new enough glib
snap has an older glib and the plugin fails to compile.
This commit is contained in:
parent
f11abafed7
commit
143efb9d88
@ -1,4 +1,4 @@
|
||||
if host_machine.system() == 'linux'
|
||||
if host_machine.system() == 'linux' and gio.version().version_compare('>=2.58')
|
||||
cargs = ['-DG_LOG_DOMAIN="FuPluginPowerd"']
|
||||
|
||||
shared_module('fu_plugin_powerd',
|
||||
|
Loading…
Reference in New Issue
Block a user