diff options
author | okan | 2015-06-26 15:21:58 +0000 |
---|---|---|
committer | okan | 2015-06-26 15:21:58 +0000 |
commit | 5cf1374cd905ac2fb2aff2baf0e178ff81d5a416 (patch) | |
tree | eb54dacb882ea36d4e9b92274a28f2ae5f29107b /Makefile | |
parent | c6cf16dddd47bdca93eefcaa3c8dfa858c09e426 (diff) | |
download | cwm-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |