kitty: Add options.mk
This commit is contained in:
parent
670e554c88
commit
174b13d58c
1 changed files with 18 additions and 0 deletions
18
x11/kitty/options.mk
Normal file
18
x11/kitty/options.mk
Normal 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
|
Loading…
Reference in a new issue