media-libs/rlottie: disable building examples for now
authorJoonas Niilola <juippis@gentoo.org>
Tue, 22 Oct 2019 14:22:03 +0000 (17:22 +0300)
committerJoonas Niilola <juippis@gentoo.org>
Tue, 22 Oct 2019 14:22:03 +0000 (17:22 +0300)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
media-libs/rlottie/rlottie-0.0.1_pre20190920.ebuild

index 24a7d66d956d3e6add20bca0838a207acd317186..dd1e038fbc48dab57bdff1b4a3ab4d5905002fd3 100644 (file)
@@ -26,6 +26,7 @@ PATCHES=( "${FILESDIR}"/rlottie-0.0.1_pre20190920-disable-werror.patch )
 
 src_configure() {
        local emesonargs=(
+               -D example=false
                $(meson_use test)
        )