Adding cmake option to install desktop file in kchmviewer

Signed-off-by: ormorph <roma251078@mail.ru>
(cherry picked from commit f111d970c2)
r14.1.x
ormorph 6 months ago committed by Slávek Banko
parent 003cfce06c
commit d4a4cf5a47
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -21,3 +21,9 @@ if [[ ${PV} != *9999* ]] ; then
KEYWORDS="~amd64 ~arm64 ~x86"
fi
src_configure() {
local mycmakeargs=(
-DWITH_TDE=ON
)
trinity-base-2_src_configure
}

@ -21,3 +21,9 @@ if [[ ${PV} != *9999* ]] ; then
KEYWORDS="~amd64 ~arm64 ~x86"
fi
src_configure() {
local mycmakeargs=(
-DWITH_TDE=ON
)
trinity-base-2_src_configure
}

Loading…
Cancel
Save