aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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