pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/quassel



Module Name:    pkgsrc
Committed By:   kikadf
Date:           Wed May 27 17:20:12 UTC 2026

Modified Files:
        pkgsrc/chat/quassel: options.mk

Log Message:
quassel: add wayland support


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/chat/quassel/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/quassel/options.mk
diff -u pkgsrc/chat/quassel/options.mk:1.4 pkgsrc/chat/quassel/options.mk:1.5
--- pkgsrc/chat/quassel/options.mk:1.4  Wed Nov 13 11:36:08 2024
+++ pkgsrc/chat/quassel/options.mk      Wed May 27 17:20:12 2026
@@ -1,7 +1,13 @@
-# $NetBSD: options.mk,v 1.4 2024/11/13 11:36:08 wiz Exp $
+# $NetBSD: options.mk,v 1.5 2026/05/27 17:20:12 kikadf Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.quassel
-PKG_SUPPORTED_OPTIONS= quassel-audio quassel-webengine
+PKG_SUPPORTED_OPTIONS= quassel-audio quassel-webengine wayland
+
+.include "../../devel/wayland/platform.mk"
+
+.if ${PLATFORM_SUPPORTS_WAYLAND} == "yes"
+PKG_SUGGESTED_OPTIONS+=        wayland
+.endif
 
 .include "../../mk/bsd.options.mk"
 
@@ -17,3 +23,7 @@ CMAKE_CONFIGURE_ARGS+=        -DWITH_WEBENGINE=
 .if !empty(PKG_OPTIONS:Mquassel-audio)
 .include "../../x11/qt5-qtmultimedia/buildlink3.mk"
 .endif
+
+.if !empty(PKG_OPTIONS:Mwayland)
+.include "../../x11/qt5-qtwayland/buildlink3.mk"
+.endif



Home | Main Index | Thread Index | Old Index