aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorokan2015-06-26 15:21:58 +0000
committerokan2015-06-26 15:21:58 +0000
commit5cf1374cd905ac2fb2aff2baf0e178ff81d5a416 (patch)
treeeb54dacb882ea36d4e9b92274a28f2ae5f29107b /Makefile
parentc6cf16dddd47bdca93eefcaa3c8dfa858c09e426 (diff)
downloadcwm-5cf1374cd905ac2fb2aff2baf0e178ff81d5a416.tar.gz
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 '')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7946991..d3498d0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.20 2013/05/19 23:38:20 okan Exp $
+# $OpenBSD: Makefile,v 1.21 2015/06/26 15:21:58 okan Exp $
.include <bsd.xconf.mk>
@@ -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