commit 206405e17f6edf54f8fb640b7c4314d7c0f1ec0d
parent 84eb1c3cce9ba7494d6a62efd8409494ad08b182
Author: Chris Guillott <chris@techfo.xyz>
Date: Wed, 26 Jul 2017 19:51:01 -0400
Upstream yo
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -22,7 +22,6 @@ CPPFLAGS += -D_GNU_SOURCE
CPPFLAGS += -DXKBCOMPOSE=$(shell if test -e /usr/include/xkbcommon/xkbcommon-compose.h ; then echo 1 ; else echo 0 ; fi )
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)
-LIBS += -lpam
LIBS += -lev
LIBS += -lm