net-im/nheko: add missing dependency
At runtime, qt5-graphicaleffects are needed to display anything
in the timeline (e.g. a conversation in a room). Even the loading-
spinner isn't shown without it. Demonstrated by trying to run
nheko in a "bare" machine with just XOrg and twm.
PR: 256839
Reported by: Filipe da Silva Santos
[[ Cherry pick is not exact because quarterly has an older version,
but the runtime requirement is still there. ]]
(cherry picked from commit e0f0a32d50
)
This commit is contained in:
parent
47b0643987
commit
3a6240c212
@ -1,7 +1,7 @@
|
||||
|
||||
PORTNAME= nheko
|
||||
DISTVERSIONPREFIX=v
|
||||
DISTVERSION= 0.8.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-im
|
||||
|
||||
MAINTAINER= adridg@FreeBSD.org
|
||||
@ -32,6 +32,7 @@ USES= cmake compiler:c++17-lang pkgconfig \
|
||||
localbase:ldflags qt:5 ssl tar:xz
|
||||
USE_QT= concurrent core dbus declarative gui multimedia network \
|
||||
quickcontrols2 svg widgets \
|
||||
graphicaleffects_run \
|
||||
buildtools_build linguist_build qmake_build
|
||||
|
||||
# There are two external dependencies: lmdb++ and tweeny.
|
||||
|
Loading…
Reference in New Issue
Block a user