aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-01-06 11:42:41 +0100
committerMattias Andrée <maandree@kth.se>2018-01-06 11:42:41 +0100
commitf4548a1fce9299998a273a390dc1cb1a220f5b70 (patch)
treea495bcb7659a2ef2e27f211da25dbcd20240c7d5 /config.mk
parentSome minor improvements (diff)
downloadxcman-f4548a1fce9299998a273a390dc1cb1a220f5b70.tar.gz
xcman-f4548a1fce9299998a273a390dc1cb1a220f5b70.tar.bz2
xcman-f4548a1fce9299998a273a390dc1cb1a220f5b70.tar.xz
Remove XShape support, doesn't seem to be necessary as long as you start the compositor first
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 64ac473..30a58ea 100644
--- a/config.mk
+++ b/config.mk
@@ -3,4 +3,4 @@ MANPREFIX = $(PREFIX)/share/man
CPPFLAGS =
CFLAGS = -std=c99 -Wall -Wextra $(CPPFLAGS)
-LDFLAGS = -lXext -lXdamage -lXfixes -lXcomposite -lXrender -lX11
+LDFLAGS = -lXdamage -lXfixes -lXcomposite -lXrender -lX11