pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/MesaDemos



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jan  5 22:20:40 UTC 2020

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

Log Message:
MesaDemos: enable wayland where supported


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/MesaDemos/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/MesaDemos/options.mk
diff -u pkgsrc/graphics/MesaDemos/options.mk:1.3 pkgsrc/graphics/MesaDemos/options.mk:1.4
--- pkgsrc/graphics/MesaDemos/options.mk:1.3    Wed Sep  4 11:31:34 2019
+++ pkgsrc/graphics/MesaDemos/options.mk        Sun Jan  5 22:20:40 2020
@@ -1,9 +1,14 @@
-# $NetBSD: options.mk,v 1.3 2019/09/04 11:31:34 nia Exp $
+# $NetBSD: options.mk,v 1.4 2020/01/05 22:20:40 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.MesaDemos
 PKG_SUPPORTED_OPTIONS=         libdrm wayland x11
 PKG_SUGGESTED_OPTIONS=         libdrm x11
 
+.include "../../devel/wayland/platform.mk"
+.if ${PLATFORM_SUPPORTS_WAYLAND} == "yes"
+PKG_SUGGESTED_OPTIONS+=                wayland
+.endif
+
 .include "../../mk/bsd.options.mk"
 
 PLIST_VARS+=   wayland x11



Home | Main Index | Thread Index | Old Index