pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/kitty
Module Name: pkgsrc
Committed By: nia
Date: Wed Feb 26 15:47:34 UTC 2020
Added Files:
pkgsrc/x11/kitty: options.mk
Log Message:
kitty: Add options.mk
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/kitty/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/x11/kitty/options.mk
diff -u /dev/null pkgsrc/x11/kitty/options.mk:1.1
--- /dev/null Wed Feb 26 15:47:34 2020
+++ pkgsrc/x11/kitty/options.mk Wed Feb 26 15:47:34 2020
@@ -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