pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
MesaLib: fix build. i830 is activated by the i915 option
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Thu Aug 26 11:12:08 2021 +0200
Changeset: c519ba1bfac228afe3805eb55538da9306e01ee5
Modified Files:
MesaLib/Makefile
Log Message:
MesaLib: fix build. i830 is activated by the i915 option
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c519ba1bfac228afe3805eb55538da9306e01ee5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
MesaLib/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/MesaLib/Makefile b/MesaLib/Makefile
index e70a9a476b..31929c2cb6 100644
--- a/MesaLib/Makefile
+++ b/MesaLib/Makefile
@@ -65,7 +65,7 @@ PLIST.arm= yes
. endif
. if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
GALLIUM_DRIVERS+= svga
-DRI_DRIVERS+= i830 i915 i965
+DRI_DRIVERS+= i915 i965
PLIST.svga= yes
PLIST.i830= yes
PLIST.i915= yes
Home |
Main Index |
Thread Index |
Old Index