Import xf86-video-modesetting-0.7.0 as wip/xf86-video-modesetting.
This is a generic modesetting driver. The idea is to piggy-back the X driver on top of the DRM and Gallium3D drivers (DRM for modesetting and Gallium3D for Exa acceleration).
This commit is contained in:
parent
a820e30a12
commit
342fe50855
4 changed files with 37 additions and 0 deletions
3
xf86-video-modesetting/DESCR
Normal file
3
xf86-video-modesetting/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This is a generic modesetting driver. The idea is to piggy-back the X driver on
|
||||
top of the DRM and Gallium3D drivers (DRM for modesetting and Gallium3D for Exa
|
||||
acceleration).
|
26
xf86-video-modesetting/Makefile
Normal file
26
xf86-video-modesetting/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/06/03 01:21:58 othyro Exp $
|
||||
|
||||
DISTNAME= xf86-video-modesetting-0.7.0
|
||||
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
|
||||
|
||||
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"
|
3
xf86-video-modesetting/PLIST
Normal file
3
xf86-video-modesetting/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/06/03 01:21:58 othyro Exp $
|
||||
lib/xorg/modules/drivers/modesetting_drv.la
|
||||
man/man4/modesetting.4
|
5
xf86-video-modesetting/distinfo
Normal file
5
xf86-video-modesetting/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/06/03 01:21:58 othyro Exp $
|
||||
|
||||
SHA1 (xf86-video-modesetting-0.7.0.tar.bz2) = 9d7e766699923b3e0dfa06a98bdcb80dce35003d
|
||||
RMD160 (xf86-video-modesetting-0.7.0.tar.bz2) = 51f75fa7e6c08226ca9074fa38349d36557713a9
|
||||
Size (xf86-video-modesetting-0.7.0.tar.bz2) = 301842 bytes
|
Loading…
Reference in a new issue