diff options
author | Ingo Bürk <admin@airblader.de> | 2017-04-15 03:56:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-15 03:56:24 +0200 |
commit | 512c10f1ddff05998b23450a2d834ffb36a5be38 (patch) | |
tree | 51cea7cd28d9c67861a3f31787dfb3c26669e298 /Makefile | |
parent | 80d4452ec680bcb0e57418f69d44d88ded82047c (diff) | |
parent | 5aff9594aa1805af793fc670c350ae7b2cd35dfb (diff) |
Merge pull request #122 from jasperla/dpms
Remove last traces of DPMS
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ CFLAGS += -std=c99 CFLAGS += -pipe CFLAGS += -Wall CPPFLAGS += -D_GNU_SOURCE -CFLAGS += $(shell $(PKG_CONFIG) --cflags cairo xcb-composite xcb-dpms xcb-xinerama xcb-atom xcb-image xcb-xkb xkbcommon xkbcommon-x11) -LIBS += $(shell $(PKG_CONFIG) --libs cairo xcb-composite xcb-dpms xcb-xinerama xcb-atom xcb-image xcb-xkb xkbcommon xkbcommon-x11) +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 |