mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
app-text/xournalpp: fix unconditional enabling of gtest
Closes: https://bugs.gentoo.org/956765 Signed-off-by: Kostadin Shishmanov <kostadinshishmanov@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42361 Closes: https://github.com/gentoo/gentoo/pull/42361 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
b19b988768
commit
a44b0e2e85
@@ -53,7 +53,7 @@ PATCHES=(
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DLUA_VERSION="$(lua_get_version)"
|
||||
-DENABLE_GTEST=ON
|
||||
-DENABLE_GTEST=$(usex test)
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
|
||||
@@ -53,7 +53,7 @@ PATCHES=(
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DLUA_VERSION="$(lua_get_version)"
|
||||
-DENABLE_GTEST=ON
|
||||
-DENABLE_GTEST=$(usex test)
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
|
||||
Reference in New Issue
Block a user