mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 07:04:54 +00:00
trivial: Fix lvfs-testing remote file
This commit is contained in:
parent
159f7883db
commit
73a63b89a0
@ -1,9 +1,4 @@
|
||||
if build_standalone and get_option('lvfs') != 'false'
|
||||
install_data([
|
||||
'lvfs-testing.conf',
|
||||
],
|
||||
install_dir: join_paths(sysconfdir, 'fwupd', 'remotes.d')
|
||||
)
|
||||
con3 = configuration_data()
|
||||
if get_option('lvfs') == 'disabled'
|
||||
con3.set('enabled', 'false')
|
||||
@ -22,6 +17,13 @@ if build_standalone and get_option('lvfs') != 'false'
|
||||
install: true,
|
||||
install_dir: join_paths(sysconfdir, 'fwupd', 'remotes.d'),
|
||||
)
|
||||
configure_file(
|
||||
input: 'lvfs-testing.conf',
|
||||
output: 'lvfs-testing.conf',
|
||||
configuration: con3,
|
||||
install: true,
|
||||
install_dir: join_paths(sysconfdir, 'fwupd', 'remotes.d'),
|
||||
)
|
||||
i18n.merge_file(
|
||||
input: 'lvfs.metainfo.xml',
|
||||
output: 'org.freedesktop.fwupd.remotes.lvfs.metainfo.xml',
|
||||
|
Loading…
Reference in New Issue
Block a user