summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2012-01-25 16:03:39 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2012-01-25 16:03:39 +0100
commitcefbcdfb9613e3ad3b6d5afb036c3140111981b1 (patch)
treedeebcc4ea4d6958f302affa585b43bc617c7e881
parentUpdate cups systemd-units collision hack to systemd prefix change (diff)
downloadbenf-cefbcdfb9613e3ad3b6d5afb036c3140111981b1.tar.gz
benf-cefbcdfb9613e3ad3b6d5afb036c3140111981b1.tar.bz2
benf-cefbcdfb9613e3ad3b6d5afb036c3140111981b1.zip
mesa: sync with x11
-rw-r--r--media-libs/mesa/Manifest2
-rw-r--r--media-libs/mesa/mesa-99999999.ebuild5
2 files changed, 5 insertions, 2 deletions
diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 69fca11..03b68ea 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -1,3 +1,3 @@
AUX eselect-mesa.conf.8.0 1670 RMD160 4714db2bb66a2fff04d33c05e8051f0c63892371 SHA1 d101931591ec5aefbf3d2ec48f1331709686a4f4 SHA256 3b760d19524870b067b3717f403c748a705fc71cdf5373a049d857ca1b3139fb
-EBUILD mesa-99999999.ebuild 9987 RMD160 7dede88c66712f8d9f1d53b6f714e6c08ba01463 SHA1 dd140b05444af6633b9e808231369c01cef02ad4 SHA256 c605babf9ddce12b825c79555a1ce6136771cb3d4c69f91d7dd72e038011b1e5
+EBUILD mesa-99999999.ebuild 10059 RMD160 2d33bf51aa03c66a4d17a14d3338298fd04c7cea SHA1 3d32bee71d121b270e6c81d03c6152ed02165302 SHA256 55cda977cd646954b916988b015b1b8347bc2b35075f6c39dc9823a384bf7881
MISC metadata.xml 634 RMD160 59788d7e2bf636524b39e79a3551cb195fa68165 SHA1 f029c7ae8ec021d038e9cf5faa7ebcb289786aac SHA256 036eb55f89b63ade50ee567210629edd450303abb4ddb9acefc0ef2bfb92b8b1
diff --git a/media-libs/mesa/mesa-99999999.ebuild b/media-libs/mesa/mesa-99999999.ebuild
index d3b1584..3ba8ee4 100644
--- a/media-libs/mesa/mesa-99999999.ebuild
+++ b/media-libs/mesa/mesa-99999999.ebuild
@@ -47,13 +47,15 @@ for card in ${VIDEO_CARDS}; do
done
IUSE="${IUSE_VIDEO_CARDS}
- bindist +classic d3d debug +egl g3dvl +gallium gbm gles1 gles2 +llvm +nptl openvg osmesa pax_kernel pic selinux vdpau wayland xvmc kernel_FreeBSD"
+ bindist +classic d3d debug +egl g3dvl +gallium gbm gles1 gles2 +llvm +nptl
+ openvg osmesa pax_kernel pic selinux +shared-glapi vdpau wayland xvmc kernel_FreeBSD"
REQUIRED_USE="
d3d? ( gallium )
g3dvl? ( gallium )
llvm? ( gallium )
openvg? ( egl gallium )
+ gbm? ( shared-glapi )
gallium? (
video_cards_r300? ( x86? ( llvm ) amd64? ( llvm ) )
video_cards_radeon? ( x86? ( llvm ) amd64? ( llvm ) )
@@ -245,6 +247,7 @@ src_configure() {
$(use_enable nptl glx-tls) \
$(use_enable osmesa) \
$(use_enable !pic asm) \
+ $(use_enable shared-glapi) \
--with-dri-drivers=${DRI_DRIVERS} \
--with-gallium-drivers=${GALLIUM_DRIVERS} \
${myconf}