mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2024-11-11 13:50:52 -05:00
Only use -lpam when not on OpenBSD
This commit is contained in:
parent
8e6e47fe0a
commit
2d7f846c3c
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -17,7 +17,6 @@ CFLAGS += -Wall
|
|||
CPPFLAGS += -D_GNU_SOURCE
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue