blob: 53969833795c48fdfe218bb191586ae5fc3ebea0 [file] [log] [blame]
Se absolute filename in files like
/usr/share/qemu/firmware/50-edk2-x86_64-secure.json
Bug: https://bugs.gentoo.org/766743
Patch-by: Jannik GlΓΌckert
--- a/pc-bios/descriptors/meson.build
+++ b/pc-bios/descriptors/meson.build
@@ -8,7 +8,7 @@ foreach f: [
]
configure_file(input: files(f),
output: f,
- configuration: {'DATADIR': qemu_datadir},
+ configuration: {'DATADIR': get_option('prefix') / qemu_datadir},
install: get_option('install_blobs'),
install_dir: qemu_datadir / 'firmware')
endforeach