pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/MesaLib18



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Jan 13 12:29:28 UTC 2019

Modified Files:
        pkgsrc/graphics/MesaLib18: options.mk

Log Message:
freedreno is not buildable on NetBSD. Disable it


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/MesaLib18/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/MesaLib18/options.mk
diff -u pkgsrc/graphics/MesaLib18/options.mk:1.2 pkgsrc/graphics/MesaLib18/options.mk:1.3
--- pkgsrc/graphics/MesaLib18/options.mk:1.2    Mon Dec 24 02:30:45 2018
+++ pkgsrc/graphics/MesaLib18/options.mk        Sun Jan 13 12:29:28 2019
@@ -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 @@ DRI_DRIVERS+=               i965
 # 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