Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 766743
Collapse All | Expand All

(-)a/pc-bios/descriptors/meson.build (-1 / +1 lines)
Lines 8-14 foreach f: [ Link Here
8
]
8
]
9
  configure_file(input: files(f),
9
  configure_file(input: files(f),
10
                 output: f,
10
                 output: f,
11
                 configuration: {'DATADIR': qemu_datadir},
11
                 configuration: {'DATADIR': get_option('prefix') / qemu_datadir},
12
                 install: get_option('install_blobs'),
12
                 install: get_option('install_blobs'),
13
                 install_dir: qemu_datadir / 'firmware')
13
                 install_dir: qemu_datadir / 'firmware')
14
endforeach
14
endforeach

Return to bug 766743