media-libs/zimg: Sync live ebuild
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 26 Oct 2019 16:03:55 +0000 (19:03 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 26 Oct 2019 16:05:41 +0000 (19:05 +0300)
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
media-libs/zimg/zimg-9999.ebuild

index 2e9348c76c56e8b13abe2185534eb0427eefb14d..4e92e0eec814d94070408d3d0eac363be76c4642 100644 (file)
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/sekrit-twc/zimg"
 
 LICENSE="WTFPL-2"
 SLOT="0"
-IUSE="cpu_flags_x86_sse"
+IUSE="cpu_flags_x86_sse debug static-libs"
 
 src_prepare() {
        default
@@ -27,6 +27,7 @@ src_prepare() {
 
 multilib_src_configure() {
        ECONF_SOURCE="${S}" econf \
-               --disable-static \
-               $(use_enable cpu_flags_x86_sse x86simd)
+               $(use_enable debug) \
+               $(use_enable cpu_flags_x86_sse x86simd) \
+               $(use_enable static-libs static)
 }