mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-20 05:28:08 +00:00
4d613dacbb
hires_scale was rebased on 1.2. Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
20 lines
631 B
Makefile
20 lines
631 B
Makefile
modules-$(CONFIG_FBWHIPTAIL) += fbwhiptail
|
|
|
|
fbwhiptail_depends := cairo $(musl_dep)
|
|
|
|
fbwhiptail_version := 1b3ee5ca1e297a977d9ebab49df942c51d619ecd
|
|
fbwhiptail_dir := fbwhiptail-$(fbwhiptail_version)
|
|
fbwhiptail_tar := fbwhiptail-$(fbwhiptail_version).tar.gz
|
|
fbwhiptail_url := https://source.puri.sm/firmware/fbwhiptail/-/archive/$(fbwhiptail_version)/fbwhiptail-$(fbwhiptail_version).tar.gz
|
|
fbwhiptail_hash := f7691a82dac3aca6592ca85cbd7ec116bd7c2eae5b834f95c76967532c9aec79
|
|
|
|
fbwhiptail_target := \
|
|
$(MAKE_JOBS) \
|
|
CFLAGS="-g0 -Os" \
|
|
LDFLAGS="-s" \
|
|
$(CROSS_TOOLS) \
|
|
fbwhiptail
|
|
|
|
fbwhiptail_output := \
|
|
fbwhiptail whiptail
|