pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/MesaLib18 freedreno is not buildable on NetBS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8497656b49b
branches:  trunk
changeset: 327940:d8497656b49b
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Jan 13 12:29:28 2019 +0000

description:
freedreno is not buildable on NetBSD. Disable it

diffstat:

 graphics/MesaLib18/options.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 2c282f5496d5 -r d8497656b49b graphics/MesaLib18/options.mk
--- a/graphics/MesaLib18/options.mk     Sun Jan 13 12:00:08 2019 +0000
+++ b/graphics/MesaLib18/options.mk     Sun Jan 13 12:29:28 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2018/12/24 02:30:45 sevan Exp $
+# $NetBSD: options.mk,v 1.3 2019/01/13 12:29:28 ryoon Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.MesaLib
 PKG_SUPPORTED_OPTIONS=         llvm dri
@@ -171,8 +171,8 @@
 # ARM drivers
 .if !empty(MACHINE_PLATFORM:MNetBSD-*-*arm*)
 # Qualcomm SnapDragon, libdrm_freedreno.pc
-GALLIUM_DRIVERS+=      freedreno
-PLIST.freedreno=       yes
+#GALLIUM_DRIVERS+=     freedreno
+#PLIST.freedreno=      yes
 
 # Broadcom VideoCore 4
 GALLIUM_DRIVERS+=      vc4



Home | Main Index | Thread Index | Old Index