diff options
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/jami-client-qt/jami-client-qt-0_beta20230110.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-voip/jami-client-qt/jami-client-qt-0_beta20230110.ebuild b/net-voip/jami-client-qt/jami-client-qt-0_beta20230110.ebuild index 11d4f8e..80e3a94 100644 --- a/net-voip/jami-client-qt/jami-client-qt-0_beta20230110.ebuild +++ b/net-voip/jami-client-qt/jami-client-qt-0_beta20230110.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -IUSE="debug doc +notify +plugins +video webengine" +IUSE="doc +notify +plugins +video webengine" RDEPEND=" dev-qt/qtbase:6 @@ -51,7 +51,6 @@ src_unpack() { } src_configure() { - use debug && CMAKE_BUILD_TYPE=Debug local mycmakeargs=( "-DENABLE_LIBWRAP=ON" "-DENABLE_PLUGIN=$(usex plugins true false)" |