pkgsrc-wip/xf86-video-modesetting/Makefile
Thomas Klausner 35a44d2085 Update to 0.8.1:
Dave Airlie (1):
      modesetting: change output names for secondary GPUs

Keith Packard (2):
      Clean up compiler warnings.
      Handle new DamageUnregister API which has only one argument

Maarten Lankhorst (1):
      bump to 0.8.1

Thierry Reding (2):
      Staticise and constify output names
      Properly identify DSI outputs
2013-12-04 00:38:05 +00:00

32 lines
941 B
Makefile

# $NetBSD: Makefile,v 1.4 2013/12/04 00:38:05 thomasklausner Exp $
DISTNAME= xf86-video-modesetting-0.8.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Generic modesetting driver
LICENSE= mit
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4
.endif
BUILDLINK_API_DEPENDS.xextproto+= xextproto>=7.0.99.1
.include "../../x11/xextproto/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../sysutils/libpciaccess/buildlink3.mk"
.include "../../x11/libdrm/buildlink3.mk"
.include "../../x11/fontsproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../x11/modular-xorg-server/buildlink3.mk"
.include "../../devel/xorg-util-macros/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"