aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2024-01-27 18:39:10 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2024-01-27 18:39:48 +0000
commitec1165a3fabd6144c9ed2e64a3ac702ad8859a5a (patch)
tree637fe27bcc7e350e553b8ea9e37d83af2514e54e /graphics
parent67c3a731efe73e079e402c435c8a93b5921d7971 (diff)
downloadports-ec1165a3fabd6144c9ed2e64a3ac702ad8859a5a.tar.gz
ports-ec1165a3fabd6144c9ed2e64a3ac702ad8859a5a.zip
graphics/libdrm: Remove nouveau reference
We don't include nouveau libdrm for quite a while now. Sponsored by: Beckhoff Automation GmbH & Co. KG
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libdrm/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile
index 4330c5031ce3..76f6ad230e00 100644
--- a/graphics/libdrm/Makefile
+++ b/graphics/libdrm/Makefile
@@ -53,42 +53,36 @@ MESON_ARGS+= -Dvmwgfx=disabled \
PLIST_SUB+= AMD_DRIVERS=""
PLIST_SUB+= ARM_DRIVERS="@comment "
PLIST_SUB+= INTEL_DRIVER=""
-PLIST_SUB+= NOUVEAU_DRIVER=""
PLIST_SUB+= RADEON_DRIVERS=""
PLIST_SUB+= VMWGFX_DRIVERS=""
.elif ${ARCH:Mpowerpc*}
PLIST_SUB+= AMD_DRIVERS=""
PLIST_SUB+= ARM_DRIVERS="@comment "
PLIST_SUB+= INTEL_DRIVER="@comment "
-PLIST_SUB+= NOUVEAU_DRIVER=""
PLIST_SUB+= RADEON_DRIVERS=""
PLIST_SUB+= VMWGFX_DRIVERS="@comment "
.elif ${ARCH} == aarch64
PLIST_SUB+= AMD_DRIVERS=""
PLIST_SUB+= ARM_DRIVERS=""
PLIST_SUB+= INTEL_DRIVER="@comment "
-PLIST_SUB+= NOUVEAU_DRIVER=""
PLIST_SUB+= RADEON_DRIVERS=""
PLIST_SUB+= VMWGFX_DRIVERS="@comment "
.elif ${ARCH:Marm*}
PLIST_SUB+= AMD_DRIVERS=""
PLIST_SUB+= ARM_DRIVERS=""
PLIST_SUB+= INTEL_DRIVER="@comment "
-PLIST_SUB+= NOUVEAU_DRIVER="@comment "
PLIST_SUB+= RADEON_DRIVERS=""
PLIST_SUB+= VMWGFX_DRIVERS="@comment "
.elif ${ARCH} == riscv64
PLIST_SUB+= AMD_DRIVERS=""
PLIST_SUB+= ARM_DRIVERS="@comment "
PLIST_SUB+= INTEL_DRIVER="@comment "
-PLIST_SUB+= NOUVEAU_DRIVER="@comment "
PLIST_SUB+= RADEON_DRIVERS=""
PLIST_SUB+= VMWGFX_DRIVERS="@comment "
.else
PLIST_SUB+= AMD_DRIVERS="@comment "
PLIST_SUB+= ARM_DRIVERS="@comment "
PLIST_SUB+= INTEL_DRIVER="@comment "
-PLIST_SUB+= NOUVEAU_DRIVER="@comment "
PLIST_SUB+= RADEON_DRIVERS="@comment "
PLIST_SUB+= VMWGFX_DRIVERS="@comment "
.endif