summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Bürk <admin@airblader.de>2017-06-20 09:53:42 +0200
committerMichael Stapelberg <stapelberg@users.noreply.github.com>2017-06-20 09:53:42 +0200
commit10416e270bc258886dfe403198802fb455df35b7 (patch)
tree00823975d48e558888d8b36cd5473ef6286547b6 /Makefile
parent8293749cfb08c3151928fa16a208c9a7da6d3281 (diff)
Revert "Fix covering of composited notifications (#96)" (#133)
This reverts commit 80d4452ec680bcb0e57418f69d44d88ded82047c. fixes #130
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0173ea7..8470e09 100644
--- a/Makefile
+++ b/Makefile
@@ -15,8 +15,9 @@ CFLAGS += -std=c99
CFLAGS += -pipe
CFLAGS += -Wall
CPPFLAGS += -D_GNU_SOURCE
-CFLAGS += $(shell $(PKG_CONFIG) --cflags cairo xcb-composite xcb-xinerama xcb-atom xcb-image xcb-xkb xkbcommon xkbcommon-x11)
-LIBS += $(shell $(PKG_CONFIG) --libs cairo xcb-composite xcb-xinerama xcb-atom xcb-image xcb-xkb xkbcommon xkbcommon-x11)
+CFLAGS += $(shell $(PKG_CONFIG) --cflags cairo xcb-xinerama xcb-atom xcb-image xcb-xkb xkbcommon xkbcommon-x11)
+LIBS += $(shell $(PKG_CONFIG) --libs cairo xcb-xinerama xcb-atom xcb-image xcb-xkb xkbcommon xkbcommon-x11)
+LIBS += -lpam
LIBS += -lev
LIBS += -lm