diff options
author | Matt Turner <mattst88@gmail.com> | 2015-12-19 08:41:50 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2015-12-19 08:42:17 -0500 |
commit | 7f044b1f6a3268f81449c82b26d7d690730c86d6 (patch) | |
tree | bd918616489c5afdad54046120eaf69a355d7ea7 | |
parent | x11-base/xorg-server: Bump inputproto requirement to >= 2.3. (diff) | |
download | x11-7f044b1f6a3268f81449c82b26d7d690730c86d6.tar.gz x11-7f044b1f6a3268f81449c82b26d7d690730c86d6.tar.bz2 x11-7f044b1f6a3268f81449c82b26d7d690730c86d6.zip |
x11-base/xorg-server: Drop libxf86config.
See upstream commit dabf7c3590b.
Bug: https://bugs.gentoo.org/565324
-rw-r--r-- | x11-base/xorg-server/xorg-server-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-base/xorg-server/xorg-server-9999.ebuild b/x11-base/xorg-server/xorg-server-9999.ebuild index f76fc6a4..bdf6e8d7 100644 --- a/x11-base/xorg-server/xorg-server-9999.ebuild +++ b/x11-base/xorg-server/xorg-server-9999.ebuild @@ -170,7 +170,6 @@ src_configure() { $(use_enable wayland xwayland) $(use_enable !minimal record) $(use_enable !minimal xfree86-utils) - $(use_enable !minimal install-libxf86config) $(use_enable !minimal dri) $(use_enable !minimal dri2) $(use_enable !minimal glx) |