diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,7 +3,6 @@ OBJ = $(SRC:.c=.o) BIN = comet.bin DEPS = \ - cairo \ xcb \ xcb-icccm \ xcb-ewmh \ @@ -12,7 +11,7 @@ DEPS = \ xcb-errors \ "xcb-randr >= 1.5" \ "glib-2.0 >= 2.44" \ - gio-2.0 + pangocairo CFLAGS := $(shell pkg-config --cflags $(DEPS)) -ggdb LDFLAGS := $(shell pkg-config --libs $(DEPS)) -lm |
