media-libs/allegro: Fix USE=X build switch
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 21 Aug 2018 17:10:58 +0000 (19:10 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 21 Aug 2018 17:11:43 +0000 (19:11 +0200)
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

index 858be8f9f103ec042280fcb4cf3a3379ecf1ad0f..e5d44d7afb746a40cec30f53392a4c71bf5c09a0 100644 (file)
@@ -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)
        )