summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormartin <martin.sandsmark@kde.org>2017-03-26 15:01:23 +0200
committerMichael Stapelberg <stapelberg@users.noreply.github.com>2017-03-26 09:01:23 -0400
commit80d4452ec680bcb0e57418f69d44d88ded82047c (patch)
treedde180cf001c4d371d0d810fc9060256e35816e5 /Makefile
parent9c8ae8b5d1dcf67ee34969068f4068b5c6b9ce62 (diff)
Fix covering of composited notifications (#96)
Use the XComposite extension to get the composite overlay window, instead of just using the normal root window. This ensures that composited windows are covered.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 26ec990..a826909 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,8 @@ CFLAGS += -std=c99
CFLAGS += -pipe
CFLAGS += -Wall
CPPFLAGS += -D_GNU_SOURCE
-CFLAGS += $(shell $(PKG_CONFIG) --cflags cairo xcb-dpms xcb-xinerama xcb-atom xcb-image xcb-xkb xkbcommon xkbcommon-x11)
-LIBS += $(shell $(PKG_CONFIG) --libs cairo xcb-dpms xcb-xinerama xcb-atom xcb-image xcb-xkb xkbcommon xkbcommon-x11)
+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)
LIBS += -lpam
LIBS += -lev
LIBS += -lm