mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
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
|