aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-07-10 23:09:28 +0200
committerFederico Angelilli <code@fedang.net>2024-07-10 23:09:28 +0200
commit6f7c05c10766be1e331a5668ef534f5e85cecace (patch)
tree9d4fa8c09b7d7c7762ee98df2c7212c5fc39af08 /Makefile
parent53691bc0cfa4336408b8208a9062291c36927ab2 (diff)
Cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
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