Skip to content

Commit

Permalink
media-libs/mlt: Properly disable USE=-sdl
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/662008
Package-Manager: Portage-2.3.44, Repoman-2.3.10
  • Loading branch information
a17r committed Aug 7, 2018
1 parent 3206ab7 commit 17888ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions media-libs/mlt/mlt-6.6.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17888ed

Please sign in to comment.