mirror of
https://github.com/linuxboot/heads.git
synced 2025-03-26 13:48:49 +00:00
This touches most of the module configurations since the coreboot build process had to add a few new features. The Linux kernel could make use of it as well if we need separate x230/chell/qemu kernels, for instance.
12 lines
439 B
Plaintext
12 lines
439 B
Plaintext
modules += qrencode
|
|
|
|
qrencode_version := 3.4.4
|
|
qrencode_dir := qrencode-$(qrencode_version)
|
|
qrencode_tar := qrencode-$(qrencode_version).tar.gz
|
|
qrencode_url := https://fukuchi.org/works/qrencode/$(qrencode_tar)
|
|
qrencode_hash := e794e26a96019013c0e3665cb06b18992668f352c5553d0a553f5d144f7f2a72
|
|
|
|
qrencode_output := .libs/libqrencode.so.$(qrencode_version)
|
|
qrencode_configure := ./configure --without-tools
|
|
qrencode_config := qrencode.config
|