pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/wayland wayland: Add Linux as supported platform



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d76a84a3139
branches:  trunk
changeset: 338887:6d76a84a3139
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Sep 01 09:35:05 2019 +0000

description:
wayland: Add Linux as supported platform

diffstat:

 devel/wayland/platform.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r ba8dfff89ce6 -r 6d76a84a3139 devel/wayland/platform.mk
--- a/devel/wayland/platform.mk Sun Sep 01 08:42:56 2019 +0000
+++ b/devel/wayland/platform.mk Sun Sep 01 09:35:05 2019 +0000
@@ -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