commit:     f593d00cf9e69e052d281a16a74c9b067c69880d
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 20 17:19:48 2025 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Thu Feb 20 17:21:20 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f593d00c

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

Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>

 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 f2d1f5c8bc9f..585163c3296b 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)
        )
 

Reply via email to