media-libs/libdc1394: Unconditionally --disable-examples
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 18 Feb 2018 22:38:48 +0000 (23:38 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 19 Feb 2018 10:17:04 +0000 (11:17 +0100)
Bug: https://bugs.gentoo.org/583802
Package-Manager: Portage-2.3.24, Repoman-2.3.6

media-libs/libdc1394/libdc1394-2.2.5-r1.ebuild

index 2d692ec33d73559040bf0e6186d0a965dfa9cc8f..0365bf26201c0747143ebc66fb8eb13db7ec1f78 100644 (file)
@@ -33,11 +33,12 @@ multilib_src_configure() {
        local myeconfargs=(
                $(use_enable doc doxygen-html)
                $(use_enable static-libs static)
+               --disable-examples
                --program-suffix=2
                --without-x # only useful for (disabled) examples
        )
 
-       multilib_is_native_abi || myeconfargs+=( --disable-doxygen-html --disable-examples )
+       multilib_is_native_abi || myeconfargs+=( --disable-doxygen-html )
 
        ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
 }