summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-10-24 13:52:21 -0700
committerMatt Turner <mattst88@gentoo.org>2019-10-24 14:17:29 -0700
commit2716cac56c8ecdc4fd4facd9e6ab47d275fcb886 (patch)
treef2141c18de9c7921b8af320e90ab358b82acd851
parentmedia-libs/mesa: Drop old versions (diff)
downloadgentoo-2716cac56c8ecdc4fd4facd9e6ab47d275fcb886.tar.gz
gentoo-2716cac56c8ecdc4fd4facd9e6ab47d275fcb886.tar.bz2
gentoo-2716cac56c8ecdc4fd4facd9e6ab47d275fcb886.zip
media-libs/libglvnd: Install headers
Closes: https://bugs.gentoo.org/698432 Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--media-libs/libglvnd/libglvnd-1.2.0-r1.ebuild (renamed from media-libs/libglvnd/libglvnd-1.2.0.ebuild)3
-rw-r--r--media-libs/libglvnd/libglvnd-9999.ebuild3
2 files changed, 2 insertions, 4 deletions
diff --git a/media-libs/libglvnd/libglvnd-1.2.0.ebuild b/media-libs/libglvnd/libglvnd-1.2.0-r1.ebuild
index c7d45b570081..42b0789af3bf 100644
--- a/media-libs/libglvnd/libglvnd-1.2.0.ebuild
+++ b/media-libs/libglvnd/libglvnd-1.2.0-r1.ebuild
@@ -27,7 +27,7 @@ IUSE="X"
RDEPEND="
!media-libs/mesa[-libglvnd(-)]
- !<media-libs/mesa-19.2.0_rc1
+ !<media-libs/mesa-19.2.2
X? (
x11-libs/libX11[${MULTILIB_USEDEP}]
x11-libs/libXext[${MULTILIB_USEDEP}]
@@ -43,7 +43,6 @@ src_prepare() {
multilib_src_configure() {
myconf=(
- --disable-headers
$(use_enable X x11)
$(use_enable X glx)
)
diff --git a/media-libs/libglvnd/libglvnd-9999.ebuild b/media-libs/libglvnd/libglvnd-9999.ebuild
index 846bfd27931f..b3aed5ed28d0 100644
--- a/media-libs/libglvnd/libglvnd-9999.ebuild
+++ b/media-libs/libglvnd/libglvnd-9999.ebuild
@@ -29,7 +29,7 @@ IUSE="X"
RDEPEND="
!media-libs/mesa[-libglvnd(-)]
- !<media-libs/mesa-19.2.0_rc1
+ !<media-libs/mesa-19.2.2
X? (
x11-libs/libX11[${MULTILIB_USEDEP}]
x11-libs/libXext[${MULTILIB_USEDEP}]
@@ -45,7 +45,6 @@ src_prepare() {
multilib_src_configure() {
myconf=(
- --disable-headers
$(use_enable X x11)
$(use_enable X glx)
)