mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57:55 +00:00
8ca6286ae0
Enable it by default for the Librem 13 v2
16 lines
319 B
Plaintext
16 lines
319 B
Plaintext
modules-$(CONFIG_FBWHIPTAIL) += fbwhiptail
|
|
|
|
fbwhiptail_depends := cairo $(musl_dep)
|
|
|
|
fbwhiptail_version := git
|
|
fbwhiptail_dir := fbwhiptail
|
|
fbwhiptail_repo := https://code.puri.sm/kakaroto/fbwhiptail.git
|
|
|
|
fbwhiptail_target := \
|
|
$(MAKE_JOBS) \
|
|
$(CROSS_TOOLS) \
|
|
fbwhiptail
|
|
|
|
fbwhiptail_output := \
|
|
fbwhiptail whiptail
|