From 6f7c05c10766be1e331a5668ef534f5e85cecace Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Wed, 10 Jul 2024 23:09:28 +0200 Subject: Cleanup --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 493708f..796df02 100644 --- a/Makefile +++ b/Makefile @@ -10,12 +10,9 @@ PCDEP = xcb \ xcb-shape \ xcb-errors \ "xcb-randr >= 1.5" \ - "glib-2.0 >= 2.44" \ - gio-2.0 \ - json-glib-1.0 \ pangocairo -CFLAGS := $(shell pkg-config --cflags $(PCDEP)) -Werror +CFLAGS := $(shell pkg-config --cflags $(PCDEP)) -Wall -Werror LDFLAGS := $(shell pkg-config --libs $(PCDEP)) -lm ifdef RELEASE -- cgit v1.2.3