summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-04-21 16:53:25 +0000
committernia <nia@pkgsrc.org>2022-04-21 16:53:25 +0000
commit8bee783594460aee52a08f9369114020aac2c18c (patch)
tree539ac2f463dee696a1fc03ee2df57f6b35464b49
parent2b33897d2f27255aae450bf3d80dcd5cd4e30ebc (diff)
downloadpkgsrc-8bee783594460aee52a08f9369114020aac2c18c.tar.gz
modular-xorg-drivers: Limit qxl to linux for now, since it has problems
building on other platforms
-rw-r--r--meta-pkgs/modular-xorg-drivers/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-pkgs/modular-xorg-drivers/Makefile b/meta-pkgs/modular-xorg-drivers/Makefile
index 7301dcf7790..1bc18dbeff6 100644
--- a/meta-pkgs/modular-xorg-drivers/Makefile
+++ b/meta-pkgs/modular-xorg-drivers/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.45 2021/10/31 08:58:37 nia Exp $
+# $NetBSD: Makefile,v 1.46 2022/04/21 16:53:25 nia Exp $
DISTNAME= # empty
PKGNAME= modular-xorg-drivers-1.19.0
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= meta-pkgs x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
DISTFILES= # empty
@@ -39,6 +39,9 @@ DEPENDS+= xf86-video-dummy-[0-9]*:../../x11/xf86-video-dummy
.if ${OPSYS} == "Linux"
DEPENDS+= xf86-video-fbdev-[0-9]*:../../x11/xf86-video-fbdev
+. if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
+DEPENDS+= xf86-video-qxl-[0-9]*:../../x11/xf86-video-qxl
+. endif
.endif
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD"
@@ -66,7 +69,6 @@ DEPENDS+= xf86-video-neomagic-[0-9]*:../../x11/xf86-video-neomagic
DEPENDS+= xf86-video-nv-[0-9]*:../../x11/xf86-video-nv
DEPENDS+= xf86-video-nouveau-[0-9]*:../../x11/xf86-video-nouveau
DEPENDS+= xf86-video-openchrome-[0-9]*:../../x11/xf86-video-openchrome
-DEPENDS+= xf86-video-qxl-[0-9]*:../../x11/xf86-video-qxl
DEPENDS+= xf86-video-s3-[0-9]*:../../x11/xf86-video-s3
DEPENDS+= xf86-video-s3virge-[0-9]*:../../x11/xf86-video-s3virge
DEPENDS+= xf86-video-savage-[0-9]*:../../x11/xf86-video-savage