From e8a82961623f994e3493a7e2e181986e81bb926e Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Fri, 23 Feb 2024 20:26:30 -0500 Subject: Application: switch to AdwApplication --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index de13188..13631bb 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ shemuvi: main.c - gcc $$( pkg-config --cflags gtk4 ) -o shemuvi main.c $$( pkg-config --libs gtk4 ) -lverovio + gcc $$( pkg-config --cflags gtk4 libadwaita-1) -o shemuvi main.c $$( pkg-config --libs gtk4 libadwaita-1) -lverovio -- cgit 1.4.1