daae2facdf
XRandR 1.5 add monitor objects and tiling support. Dave Airlie (3): randrproto: add tile property info for randr 1.5 randrproto: clarify output XID lifetimes. randrproto 1.5.0 Keith Packard (2): Fix spelling errors in randrproto.txt Add Monitors, update version to 1.5 (v2)
17 lines
415 B
Makefile
17 lines
415 B
Makefile
# $NetBSD: Makefile,v 1.16 2015/05/27 06:42:07 wiz Exp $
|
|
|
|
DISTNAME= randrproto-1.5.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Randr extension headers from modular X.org
|
|
|
|
CONFLICTS+= randrext-[0-9]*
|
|
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE+= randrproto.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|