pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/kitty kitty: Add options.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ed10cfba18d
branches:  trunk
changeset: 412032:8ed10cfba18d
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Feb 26 15:47:34 2020 +0000

description:
kitty: Add options.mk

diffstat:

 x11/kitty/options.mk |  18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diffs (22 lines):

diff -r fc2600a80c93 -r 8ed10cfba18d x11/kitty/options.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/kitty/options.mk      Wed Feb 26 15:47:34 2020 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: options.mk,v 1.1 2020/02/26 15:47:34 nia Exp $
+
+PKG_OPTIONS_VAR=               PKG_OPTIONS.kitty
+PKG_SUPPORTED_OPTIONS=         wayland
+
+.include "../../devel/wayland/platform.mk"
+.if ${PLATFORM_SUPPORTS_WAYLAND} == "yes"
+PKG_SUGGESTED_OPTIONS=         wayland
+.endif
+
+.include "../../mk/bsd.options.mk"
+
+PLIST_VARS+=   wayland
+.if !empty(PKG_OPTIONS:Mwayland)
+PLIST.wayland= yes
+.  include "../../devel/wayland/buildlink3.mk"
+.  include "../../devel/wayland-protocols/buildlink3.mk"
+.endif



Home | Main Index | Thread Index | Old Index