summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorokan <okan>2015-06-26 15:21:58 +0000
committerokan <okan>2015-06-26 15:21:58 +0000
commit8aa40078d19b99124efb149bfc43fed47937fc15 (patch)
tree2462871d2e3342d8d03c4b88c068d1f81050b241 /Makefile
parentee400b08a8d7f1a0ef9ba1403285b1e32a08e39f (diff)
downloadcwm-8aa40078d19b99124efb149bfc43fed47937fc15.tar.gz
cwm-8aa40078d19b99124efb149bfc43fed47937fc15.tar.xz
cwm-8aa40078d19b99124efb149bfc43fed47937fc15.zip
Replace screen region info gathering with XRandR equivalent of Xinerama
queries (currently act on XRandR events anyway). Fall-back mode without
XRandR is still what X provides. This removes -lXinerama.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25584c7..f00441b 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ CPPFLAGS+=	-I${X11BASE}/include -I${X11BASE}/include/freetype2 -I${.CURDIR}
 CFLAGS+=	-Wall
 
 LDADD+=		-L${X11BASE}/lib -lXft -lXrender -lX11 -lxcb -lXau -lXdmcp \
-		-lfontconfig -lexpat -lfreetype -lz -lXinerama -lXrandr -lXext
+		-lfontconfig -lexpat -lfreetype -lz -lXrandr -lXext
 
 MANDIR=		${X11BASE}/man/man
 MAN=		cwm.1 cwmrc.5