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 Jan 4 01:50:32 UTC 2020
Modified Files:
pkgsrc/graphics/MesaLib: Makefile options.mk
Log Message:
MesaLib: enable wayland where supported
To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.180 pkgsrc/graphics/MesaLib/Makefile
cvs rdiff -u -r1.77 -r1.78 pkgsrc/graphics/MesaLib/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/MesaLib/Makefile
diff -u pkgsrc/graphics/MesaLib/Makefile:1.179 pkgsrc/graphics/MesaLib/Makefile:1.180
--- pkgsrc/graphics/MesaLib/Makefile:1.179 Sun Dec 8 13:07:20 2019
+++ pkgsrc/graphics/MesaLib/Makefile Sat Jan 4 01:50:32 2020
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.179 2019/12/08 13:07:20 nia Exp $
+# $NetBSD: Makefile,v 1.180 2020/01/04 01:50:32 nia Exp $
DISTNAME= mesa-19.2.7
PKGNAME= ${DISTNAME:S/mesa/MesaLib/}
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://mesa.freedesktop.org/archive/
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/graphics/MesaLib/options.mk
diff -u pkgsrc/graphics/MesaLib/options.mk:1.77 pkgsrc/graphics/MesaLib/options.mk:1.78
--- pkgsrc/graphics/MesaLib/options.mk:1.77 Sun Dec 8 13:07:20 2019
+++ pkgsrc/graphics/MesaLib/options.mk Sat Jan 4 01:50:32 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.77 2019/12/08 13:07:20 nia Exp $
+# $NetBSD: options.mk,v 1.78 2020/01/04 01:50:32 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib
@@ -12,6 +12,12 @@ PKG_SUPPORTED_OPTIONS+= wayland
PKG_SUGGESTED_OPTIONS+= x11
+.include "../../devel/wayland/platform.mk"
+
+.if ${PLATFORM_SUPPORTS_WAYLAND} == "yes"
+PKG_SUGGESTED_OPTIONS+= wayland
+.endif
+
# The LLVM option enables JIT accelerated software rendering and is also
# required to support the latest RADEON GPUs.
#
Home |
Main Index |
Thread Index |
Old Index