Adding cmake option to install desktop file in kchmviewer

Signed-off-by: ormorph <roma251078@mail.ru>
pull/382/head
ormorph 4 months ago
parent 49c0056fb5
commit f111d970c2
No known key found for this signature in database
GPG Key ID: 30407D7656623DFD

@ -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