summaryrefslogtreecommitdiffstats
path: root/graphics-libs/mesalib/SUB_DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'graphics-libs/mesalib/SUB_DEPENDS')
-rwxr-xr-xgraphics-libs/mesalib/SUB_DEPENDS10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics-libs/mesalib/SUB_DEPENDS b/graphics-libs/mesalib/SUB_DEPENDS
index cb287af8b6..b4a77c0f56 100755
--- a/graphics-libs/mesalib/SUB_DEPENDS
+++ b/graphics-libs/mesalib/SUB_DEPENDS
@@ -1,8 +1,8 @@
case $THIS_SUB_DEPENDS in
NONSTABLE)
- if [[ "$MESALIB_VER" == "stable" ]]; then
- MESALIB_VER="feature" &&
- persistent_add MESALIB_VER &&
+ if [[ "$MESALIB_BRANCH" == "stable" ]]; then
+ MESALIB_BRANCH="feature" &&
+ persistent_add MESALIB_BRANCH &&
message "${MESSAGE_COLOR}Non-stable branch of ${SPELL_COLOR}mesalib${DEFAULT_COLOR}" \
"${MESSAGE_COLOR}requested, upgrading to ${SPELL_COLOR}feature${DEFAULT_COLOR}" \
"${MESSAGE_COLOR}branch."
@@ -20,9 +20,9 @@ case $THIS_SUB_DEPENDS in
. $GRIMOIRE/config_query_multi.function &&
if [[ $MESALIB_BUILD == dri ]]; then
- if [[ "$MESALIB_VER" == "stable" ]]; then
+ if [[ "$MESALIB_BRANCH" == "stable" ]]; then
AVAILABLE_DRIVERS="i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon s3v savage sis tdfx trident unichrome ffb swrast"
- elif [[ "$MESALIB_VER" == "feature" ]]; then
+ elif [[ "$MESALIB_BRANCH" == "feature" ]]; then
AVAILABLE_DRIVERS="i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon s3v savage sis tdfx trident unichrome ffb swrast"
else
AVAILABLE_DRIVERS="i810 i915 i965 mach64 mga nouveau r128 r200 r300 r600 radeon s3v savage sis tdfx trident unichrome ffb swrast"