summaryrefslogtreecommitdiff
path: root/kde-frameworks/knotifications/knotifications-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/knotifications/knotifications-9999.ebuild')
-rw-r--r--kde-frameworks/knotifications/knotifications-9999.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 1f3f87a616e..34daca648fa 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Framework for notifying the user of an event, including feedback and persistant events"
LICENSE="LGPL-2.1+"
KEYWORDS=""
-IUSE="dbus nls X"
+IUSE="dbus nls speech X"
RDEPEND="
$(add_frameworks_dep kcodecs)
@@ -22,6 +22,7 @@ RDEPEND="
dev-qt/qtwidgets:5
media-libs/phonon[qt5]
dbus? ( dev-libs/libdbusmenu-qt[qt5] )
+ speech? ( dev-qt/qtspeech:5 )
X? (
dev-qt/qtx11extras:5
x11-libs/libX11
@@ -35,8 +36,9 @@ DEPEND="${RDEPEND}
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_find_package X X11)
$(cmake-utils_use_find_package dbus DBusMenuQt5)
+ $(cmake-utils_use_find_package speech Qt5TextToSpeech)
+ $(cmake-utils_use_find_package X X11)
)
kde5_src_configure