media-libs/mlt: Properly disable USE=-sdl
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 7 Aug 2018 19:02:07 +0000 (21:02 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 7 Aug 2018 19:02:07 +0000 (21:02 +0200)
Closes: https://bugs.gentoo.org/662008
Package-Manager: Portage-2.3.44, Repoman-2.3.10

media-libs/mlt/mlt-6.6.0-r1.ebuild

index 075ddb77dc0191217e74fa2f30dfe419a1e24e91..ba5ab74a1c2e3de7366bdb93f92f3bf172526de5 100644 (file)
@@ -173,6 +173,8 @@ src_configure() {
                else
                        myconf+=( --enable-sdl --disable-sdl2 )
                fi
+       else
+               myconf+=( --disable-sdl --disable-sdl2 )
        fi
 
        if use x86 || use amd64 ; then