Enable Qt5 TextToSpeech
This commit is contained in:
parent
56d540f566
commit
5d14624789
@ -1,23 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2020/09/07 14:48:49 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2020/11/15 07:00:20 rsadowski Exp $
|
||||
|
||||
COMMENT = KDE desktop notifications framework
|
||||
DISTNAME = knotifications-${VERSION}
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS = KF5Notifications 6.0
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} KF5ConfigCore KF5CoreAddons KF5WindowSystem
|
||||
WANTLIB += Qt5Core Qt5DBus Qt5Gui Qt5Widgets Qt5X11Extras X11
|
||||
WANTLIB += Xtst canberra dbusmenu-qt5 m
|
||||
WANTLIB += Qt5Core Qt5DBus Qt5Gui Qt5TextToSpeech Qt5Widgets Qt5X11Extras
|
||||
WANTLIB += X11 Xtst canberra dbusmenu-qt5 m
|
||||
|
||||
LIB_DEPENDS = audio/libcanberra \
|
||||
devel/kf5/kconfig>=${MODKF5_VERSION} \
|
||||
devel/kf5/kcoreaddons>=${MODKF5_VERSION} \
|
||||
devel/kf5/kwindowsystem>=${MODKF5_VERSION} \
|
||||
x11/dbusmenu-qt \
|
||||
x11/qt5/qtx11extras
|
||||
x11/qt5/qtx11extras \
|
||||
x11/qt5/qtspeech
|
||||
|
||||
PORTHOME = ${WRKDIR}
|
||||
|
||||
CONFIGURE_ARGS += -DCMAKE_DISABLE_FIND_PACKAGE_Qt5TextToSpeech=ON
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user