pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/wayland



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Sep  1 09:35:05 UTC 2019

Modified Files:
        pkgsrc/devel/wayland: platform.mk

Log Message:
wayland: Add Linux as supported platform


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/wayland/platform.mk

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

Modified files:

Index: pkgsrc/devel/wayland/platform.mk
diff -u pkgsrc/devel/wayland/platform.mk:1.1 pkgsrc/devel/wayland/platform.mk:1.2
--- pkgsrc/devel/wayland/platform.mk:1.1        Thu Aug 29 12:04:38 2019
+++ pkgsrc/devel/wayland/platform.mk    Sun Sep  1 09:35:05 2019
@@ -1,10 +1,10 @@
-# $NetBSD: platform.mk,v 1.1 2019/08/29 12:04:38 nia Exp $
+# $NetBSD: platform.mk,v 1.2 2019/09/01 09:35:05 nia Exp $
 
 .if !defined(PLATFORM_SUPPORTS_WAYLAND)
 
 # Please only add operating systems here after verifying that both
 # devel/wayland and devel/wayland-protocols build.
-.for _wayland_os in NetBSD
+.for _wayland_os in NetBSD Linux
 WAYLAND_PLATFORMS+=            ${_wayland_os}-*-*
 .endfor
 



Home | Main Index | Thread Index | Old Index