summaryrefslogtreecommitdiff
path: root/driver/xf86-video-intel/configure
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2008-08-26 14:24:17 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2008-08-26 14:24:17 +0000
commit5507281eefafd76a17957256f9c2af914da79738 (patch)
treef468cac207699630e309436d89ad284cef2e7f74 /driver/xf86-video-intel/configure
parent4a9357e4c79b536dd32c5c4a82e220fcb9505d1b (diff)
Don't try and build the memory manager parts for libdrm 2.3.1, this version has
been bumped to 2.4.0 upstream. ok matthieu@
Diffstat (limited to 'driver/xf86-video-intel/configure')
-rw-r--r--driver/xf86-video-intel/configure16
1 files changed, 8 insertions, 8 deletions
diff --git a/driver/xf86-video-intel/configure b/driver/xf86-video-intel/configure
index 2d57c2cb3..ffe08fa21 100644
--- a/driver/xf86-video-intel/configure
+++ b/driver/xf86-video-intel/configure
@@ -21791,12 +21791,12 @@ if test -n "$PKG_CONFIG"; then
pkg_cv_DRI_MM_CFLAGS="$DRI_MM_CFLAGS"
else
if test -n "$PKG_CONFIG" && \
- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdrm >= 2.3.1\"") >&5
- ($PKG_CONFIG --exists --print-errors "libdrm >= 2.3.1") 2>&5
+ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdrm >= 2.4.0\"") >&5
+ ($PKG_CONFIG --exists --print-errors "libdrm >= 2.4.0") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; then
- pkg_cv_DRI_MM_CFLAGS=`$PKG_CONFIG --cflags "libdrm >= 2.3.1" 2>/dev/null`
+ pkg_cv_DRI_MM_CFLAGS=`$PKG_CONFIG --cflags "libdrm >= 2.4.0" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -21809,12 +21809,12 @@ if test -n "$PKG_CONFIG"; then
pkg_cv_DRI_MM_LIBS="$DRI_MM_LIBS"
else
if test -n "$PKG_CONFIG" && \
- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdrm >= 2.3.1\"") >&5
- ($PKG_CONFIG --exists --print-errors "libdrm >= 2.3.1") 2>&5
+ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdrm >= 2.4.0\"") >&5
+ ($PKG_CONFIG --exists --print-errors "libdrm >= 2.4.0") 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; then
- pkg_cv_DRI_MM_LIBS=`$PKG_CONFIG --libs "libdrm >= 2.3.1" 2>/dev/null`
+ pkg_cv_DRI_MM_LIBS=`$PKG_CONFIG --libs "libdrm >= 2.4.0" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -21833,9 +21833,9 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- DRI_MM_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libdrm >= 2.3.1"`
+ DRI_MM_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libdrm >= 2.4.0"`
else
- DRI_MM_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libdrm >= 2.3.1"`
+ DRI_MM_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libdrm >= 2.4.0"`
fi
# Put the nasty error message in config.log where it belongs
echo "$DRI_MM_PKG_ERRORS" >&5