diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-07 21:02:07 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-07 21:02:07 +0200 |
commit | 17888ed38c5465964d97339eb4cae593bf4b2cb5 (patch) | |
tree | 91edda9753089553962528ce08fac6ac3647a62b /media-libs/mlt | |
parent | qt4-build-multilib.eclass: Remove last-rited eclass (diff) | |
download | gentoo-17888ed38c5465964d97339eb4cae593bf4b2cb5.tar.gz gentoo-17888ed38c5465964d97339eb4cae593bf4b2cb5.tar.bz2 gentoo-17888ed38c5465964d97339eb4cae593bf4b2cb5.zip |
media-libs/mlt: Properly disable USE=-sdl
Closes: https://bugs.gentoo.org/662008
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'media-libs/mlt')
-rw-r--r-- | media-libs/mlt/mlt-6.6.0-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media-libs/mlt/mlt-6.6.0-r1.ebuild b/media-libs/mlt/mlt-6.6.0-r1.ebuild index 075ddb77dc01..ba5ab74a1c2e 100644 --- a/media-libs/mlt/mlt-6.6.0-r1.ebuild +++ b/media-libs/mlt/mlt-6.6.0-r1.ebuild @@ -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 |