From f593d00cf9e69e052d281a16a74c9b067c69880d Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Thu, 20 Feb 2025 17:19:48 +0000 Subject: [PATCH] dev-libs/pocl: Only build examples when they are installed Signed-off-by: Patrick Lauer --- dev-libs/pocl/pocl-6.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/pocl/pocl-6.0.ebuild b/dev-libs/pocl/pocl-6.0.ebuild index f2d1f5c8bc9fc..585163c3296bb 100644 --- a/dev-libs/pocl/pocl-6.0.ebuild +++ b/dev-libs/pocl/pocl-6.0.ebuild @@ -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) )