x11-base/xorg-server: Add missing XORG_EAUTORECONF=yes
authorMatt Turner <mattst88@gentoo.org>
Mon, 3 Jun 2019 20:22:22 +0000 (13:22 -0700)
committerMatt Turner <mattst88@gentoo.org>
Mon, 3 Jun 2019 20:23:42 +0000 (13:23 -0700)
I forgot that we're patching the build system, so we still need this.

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

index 91067233690b6c1232e35d2c8719811884abf55d..306039a2f83e0fe86168657192364218fd88dd38 100644 (file)
@@ -4,6 +4,7 @@
 EAPI=7
 
 XORG_DOC=doc
+XORG_EAUTORECONF="yes"
 inherit xorg-3 multilib flag-o-matic
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git"