From 3e1e7f23c60ec74e8ddf0e960dd0f4bb1b3facbf Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sat, 2 Aug 2025 03:05:44 -0400 Subject: usr: mrow: Use 'libgfx' instead of bare fbdev Instead of relying on mmap()'ing the framebuffer and doing shape math manually, this commit puts libgfx to use. Signed-off-by: Ian Moffett --- usr.bin/mrow/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/mrow/Makefile') diff --git a/usr.bin/mrow/Makefile b/usr.bin/mrow/Makefile index ae17849..d7c7ef4 100644 --- a/usr.bin/mrow/Makefile +++ b/usr.bin/mrow/Makefile @@ -3,4 +3,4 @@ include user.mk CFILES = $(shell find . -name "*.c") $(ROOT)/base/usr/bin/mrow: - gcc $(CFILES) -o $@ $(INTERNAL_CFLAGS) + gcc $(CFILES) -o $@ $(INTERNAL_CFLAGS) -lgfx -- cgit v1.2.3