mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-07 16:06:06 +00:00
trivial: move upower.quirk out of upower plugin
This should be used by other power plugins as well.
This commit is contained in:
parent
2db68bf835
commit
04fdca165e
@ -19,6 +19,8 @@ if build_standalone
|
|||||||
install_data(['daemon.conf'],
|
install_data(['daemon.conf'],
|
||||||
install_dir : join_paths(sysconfdir, 'fwupd')
|
install_dir : join_paths(sysconfdir, 'fwupd')
|
||||||
)
|
)
|
||||||
|
install_data(['power.quirk'],
|
||||||
|
install_dir: join_paths(datadir, 'fwupd', 'quirks.d'))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
install_data(['org.freedesktop.fwupd.metainfo.xml'],
|
install_data(['org.freedesktop.fwupd.metainfo.xml'],
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#This file provides manufacturer specified minimum battery thresholds
|
||||||
|
|
||||||
[LENOVO]
|
[LENOVO]
|
||||||
BatteryThreshold = 25
|
BatteryThreshold = 25
|
||||||
|
|
@ -1,9 +1,6 @@
|
|||||||
if host_machine.system() == 'linux'
|
if host_machine.system() == 'linux'
|
||||||
cargs = ['-DG_LOG_DOMAIN="FuPluginUpower"']
|
cargs = ['-DG_LOG_DOMAIN="FuPluginUpower"']
|
||||||
|
|
||||||
install_data(['upower.quirk'],
|
|
||||||
install_dir: join_paths(datadir, 'fwupd', 'quirks.d'))
|
|
||||||
|
|
||||||
shared_module('fu_plugin_upower',
|
shared_module('fu_plugin_upower',
|
||||||
fu_hash,
|
fu_hash,
|
||||||
sources : [
|
sources : [
|
||||||
|
Loading…
Reference in New Issue
Block a user