diff options
author | wiz <wiz> | 2016-12-20 08:56:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2016-12-20 08:56:52 +0000 |
commit | 569366e2797ab43b7b2739cd5d10bfbce2eaa0a1 (patch) | |
tree | 1915dd8e903e8a597b965fb1b694c45697f39ec3 /meta-pkgs | |
parent | da3247990531c9cca644221aa08302b37d993f52 (diff) | |
download | pkgsrc-569366e2797ab43b7b2739cd5d10bfbce2eaa0a1.tar.gz |
Re-add qxl driver now it builds again.
Bump PKGREVISION.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/modular-xorg-drivers/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-pkgs/modular-xorg-drivers/Makefile b/meta-pkgs/modular-xorg-drivers/Makefile index 206efcc33d7..c71609ee09e 100644 --- a/meta-pkgs/modular-xorg-drivers/Makefile +++ b/meta-pkgs/modular-xorg-drivers/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2016/12/07 22:00:44 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2016/12/20 08:56:52 wiz Exp $ DISTNAME= # empty PKGNAME= modular-xorg-drivers-1.19.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= meta-pkgs x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} DISTFILES= # empty @@ -64,8 +64,7 @@ DEPENDS+= xf86-video-neomagic-[0-9]*:../../x11/xf86-video-neomagic DEPENDS+= xf86-video-nouveau-[0-9]*:../../x11/xf86-video-nouveau DEPENDS+= xf86-video-nv-[0-9]*:../../x11/xf86-video-nv DEPENDS+= xf86-video-openchrome-[0-9]*:../../x11/xf86-video-openchrome -# broken with modular-xorg-server-1.19.0 -#DEPENDS+= xf86-video-qxl-[0-9]*:../../x11/xf86-video-qxl +DEPENDS+= xf86-video-qxl-[0-9]*:../../x11/xf86-video-qxl DEPENDS+= xf86-video-r128-[0-9]*:../../x11/xf86-video-r128 DEPENDS+= xf86-video-rendition-[0-9]*:../../x11/xf86-video-rendition DEPENDS+= xf86-video-s3-[0-9]*:../../x11/xf86-video-s3 |