+case "$MESALIB_BRANCH" in
+ scm)
+ depends git;&
+ development)
+ depends libxcb &&
+ if [[ "$MESALIB_GALLIUM" != "none" ]]; then
+ depends llvm
+ if list_find wayland MESA_EGL;then
+ depends wayland
+ fi
+ fi
+ ;;
+ *)
+# these only apply to older branches
if list_find "$MESALIB_OPTS" "--enable-glw"; then
depends libxt
fi &&
@@ -39,7 +53,9 @@ fi &&
if spell_ok libdrm && is_version_less $(installed_version libdrm) 2.4.3; then
force_depends libdrm
-fi &&
+fi
+ ;;
+esac &&
if ( list_find "i915" $MESALIB_DRIVERS ) || \
( list_find "i965" $MESALIB_DRIVERS ); then
@@ -51,15 +67,5 @@ if ( list_find "r200" $MESALIB_DRIVERS ) || \
sub_depends libdrm RADEON
fi &&
diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index 09e47f1..2bcfe8d 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,8 @@
+2012-07-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * CONFIGURE, DEPENDS:
+ remove some options which do not exist in latest versions
+ cleanup testing of various versions
+
2012-07-11 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 8.0.4 (development)
[SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (9255d702400bc55af238184118e9bb67cd5aaeb4),
Treeve Jelbert, 07/22/2012