x11-base/xorg-server: Drop glvnd version workaround
authorMatt Turner <mattst88@gentoo.org>
Sun, 24 Nov 2019 22:26:26 +0000 (17:26 -0500)
committerMatt Turner <mattst88@gentoo.org>
Sun, 24 Nov 2019 22:30:49 +0000 (17:30 -0500)
Added in commit 5a6deca6e403 ("x11-base/xorg-server: Allow building
against libglvnd") as a workaround for the pkgconfig version number
changing from Mesa to glvnd, this code necessitated an autoreconf due to
modifying configure.ac. With configure.ac fixed upstream (and in 1.20.6)
this is no longer needed, and in fact can lead to build failures since
normally XORG_EAUTORECONF=yes pulls in those deps.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
x11-base/xorg-server/xorg-server-1.20.6.ebuild
x11-base/xorg-server/xorg-server-9999.ebuild

index 3e71760e1d7f8a4f3a3a2794fdf750be9c593308..7895950fe71a9eddc14b72977ea0141a056eab29 100644 (file)
@@ -179,12 +179,6 @@ pkg_setup() {
        )
 }
 
-src_prepare() {
-       sed -i -e 's/"gl >= .*"/"gl"/' configure.ac || die
-       default
-       eautoreconf
-}
-
 src_install() {
        xorg-3_src_install
 
index 25dac9a8620a0b98c745cb69e2e2cdd72246282a..d89869862d0a338a79cc4e854e3caccb21234657 100644 (file)
@@ -179,12 +179,6 @@ pkg_setup() {
        )
 }
 
-src_prepare() {
-       sed -i -e 's/"gl >= .*"/"gl"/' configure.ac || die
-       default
-       eautoreconf
-}
-
 src_install() {
        xorg-3_src_install