dev-libs/pocl: Only build examples when they are installed

Signed-off-by: Patrick Lauer <patrick@gentoo.org>
This commit is contained in:
Patrick Lauer
2025-02-20 17:19:48 +00:00
parent 1edf29b8ef
commit f593d00cf9

View File

@@ -92,6 +92,7 @@ src_configure() {
-DHARDENING_ENABLE=$(usex hardening)
-DPOCL_DEBUG_MESSAGES=$(usex debug)
-DUSE_POCL_MEMMANAGER=$(usex memmanager)
-DENABLE_EXAMPLES=$(usex examples)
-DENABLE_TESTS=$(usex test)
)