fwupd/data/builder/meson.build
Richard Hughes 41cbe2aab3 Add a firmware builder
This runs a script inside the firmware archive to generate firmware specific to
the machine. This uses bubblewrap to protect the local machine.
2017-08-09 10:33:39 +01:00

4 lines
111 B
Meson

install_data('README.md',
install_dir : join_paths(get_option('localstatedir'), 'lib', 'fwupd', 'builder')
)