commit: 44a7c7b80de2b873ea5751554d85f4c74f04f086 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Aug 21 17:10:58 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Aug 21 17:11:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44a7c7b8
media-libs/allegro: Fix USE=X build switch Minimum change for stable 5.0.11. The big dependency fix is already provided by 5.2.4.0. Closes: https://bugs.gentoo.org/661414 Package-Manager: Portage-2.3.48, Repoman-2.3.10 media-libs/allegro/allegro-5.0.11.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/allegro/allegro-5.0.11.ebuild b/media-libs/allegro/allegro-5.0.11.ebuild index 858be8f9f10..e5d44d7afb7 100644 --- a/media-libs/allegro/allegro-5.0.11.ebuild +++ b/media-libs/allegro/allegro-5.0.11.ebuild @@ -61,6 +61,7 @@ src_configure() { -DWANT_VORBIS=$(usex vorbis) -DWANT_NATIVE_DIALOG=$(usex gtk) -DWANT_OPENGL=$(usex X) + -DWANT_X11=$(usex X) -DWANT_X11_XINERAMA=$(usex xinerama) )
