pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/MesaLib



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Aug 31 20:30:01 UTC 2019

Modified Files:
        pkgsrc/graphics/MesaLib: Makefile

Log Message:
MesaLib: add xgettext to USE_TOOLS, no gallium-xa on sunos


To generate a diff of this commit:
cvs rdiff -u -r1.159 -r1.160 pkgsrc/graphics/MesaLib/Makefile

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

Modified files:

Index: pkgsrc/graphics/MesaLib/Makefile
diff -u pkgsrc/graphics/MesaLib/Makefile:1.159 pkgsrc/graphics/MesaLib/Makefile:1.160
--- pkgsrc/graphics/MesaLib/Makefile:1.159      Sat Aug 31 17:56:09 2019
+++ pkgsrc/graphics/MesaLib/Makefile    Sat Aug 31 20:30:00 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.159 2019/08/31 17:56:09 nia Exp $
+# $NetBSD: Makefile,v 1.160 2019/08/31 20:30:00 nia Exp $
 
 DISTNAME=      mesa-19.1.5
 PKGNAME=       ${DISTNAME:S/mesa/MesaLib/}
@@ -12,7 +12,7 @@ HOMEPAGE=     https://www.mesa3d.org/
 COMMENT=       Open source OpenGL implementation
 LICENSE=       mit
 
-USE_TOOLS+=    bison flex pkg-config
+USE_TOOLS+=    bison flex pkg-config xgettext
 USE_LANGUAGES= c99 c++
 USE_LIBTOOL=   yes
 
@@ -63,13 +63,13 @@ PLIST_VARS+=                egl gbm vaapi xatracker
 .include "../../x11/libdrm/buildlink3.mk"
 MESA_PLATFORMS+=       drm
 MESON_ARGS+=           -Ddri3=true
-MESON_ARGS+=           -Dgallium-xa=true
-PLIST.xatracker=       yes
 .  if ${OPSYS} != "SunOS"
 MESON_ARGS+=           -Degl=true
 MESON_ARGS+=           -Dgbm=true
+MESON_ARGS+=           -Dgallium-xa=true
 PLIST.egl=             yes
 PLIST.gbm=             yes
+PLIST.xatracker=       yes
 .  else
 MESON_ARGS+=           -Degl=false
 MESON_ARGS+=           -Dgbm=false



Home | Main Index | Thread Index | Old Index