mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-20 21:43:11 +00:00
a3798713b2
fbwhiptail scales its UI based on the display size. FBWHIPTAIL_SCALE can set a specific scale factor for testing. fbwhiptail no longer looks for a 1080p mode when the default mode is 2160p. 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 := f08ee9c05c8c9a4f32ef3fa9e53b46e06dd2949f
|
|
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 := 4123bc97693f2e2170f0899453258f641c3694cbbb4c6d534e8cc6a94bfb0630
|
|
|
|
fbwhiptail_target := \
|
|
$(MAKE_JOBS) \
|
|
CFLAGS="-g0 -Os" \
|
|
LDFLAGS="-s" \
|
|
$(CROSS_TOOLS) \
|
|
fbwhiptail
|
|
|
|
fbwhiptail_output := \
|
|
fbwhiptail whiptail
|