kitty: Add options.mk

This commit is contained in:
nia 2020-02-26 15:47:34 +00:00
parent 670e554c88
commit 174b13d58c

18
x11/kitty/options.mk Normal file
View file

@ -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