summaryrefslogtreecommitdiff
path: root/chat/quassel/options.mk
blob: e7a584223e673d1381bace76ee640024af9a3f2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: options.mk,v 1.1 2019/02/17 10:17:46 nia Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.quassel
PKG_SUPPORTED_OPTIONS=	quassel-webkit
PKG_SUGGESTED_OPTIONS=

.include "../../mk/bsd.options.mk"

# "Support showing previews for URLs in chat (legacy)"
# Really just shows a small, difficult to read thumbnail on hover.
# Using WebEngine for this seems to be preferred.
.if !empty(PKG_OPTIONS:Mquassel-webkit)
CMAKE_ARGS+=	-DWITH_WEBKIT=ON
.include "../../x11/qt5-qtwebkit/buildlink3.mk"
.endif