diff options
author | Mattias Andrée <maandree@kth.se> | 2018-01-06 11:42:41 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-01-06 11:42:41 +0100 |
commit | f4548a1fce9299998a273a390dc1cb1a220f5b70 (patch) | |
tree | a495bcb7659a2ef2e27f211da25dbcd20240c7d5 /config.mk | |
parent | Some minor improvements (diff) | |
download | xcman-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 '')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |