~ubuntu-branches/ubuntu/intrepid/xserver-xorg-video-intel/intrepid-proposed

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2008-07-07 21:10:38 UTC
  • Revision ID: james.westby@ubuntu.com-20080707211038-h8l8pwcvnbvytg96
Tags: 2:2.3.2-2ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/patches
    + 01_fix_compiz_video.diff:
      use xf86XVFillKeyHelperDrawable() to fix video playback with
      compositing enabled.
    + 05_intel_exa_force_greedy.patch:
      Force use of greedy mode on intel hardware.
      (LP: 177492, 148247, 152206)
    + 11_textured_video_option.patch:
      Renamed and reworked version of the old
      11_hw_overlay_option.diff patch, to re-enable the textured video
      option, to allow users to turn off textured video.
    + 19_check_exa_pitch_to_fix_rotate_crash.patch:
      Fixes crash on xrandr rotation by checking EXA pitch size.
      (LP: #174745)
    + debian/patches/20_thinkpad_g40_quirk.patch: Quirk for IBM Thinkpad G40
      (LP: #240457)
    + 21_quirk_lenovo_and_hp_pavilion.patch: Pipe-A quirks for Lenovo
      ThinkPad T60 (LP: #243405) and HP Pavilion ze4944ea (LP: #242389)
  - debian/control:
    + Change the maintainer address.
    + Add lpia to the list of architectures.
    + Reduce build depends version of dpkg-dev to 1.14.16 to enable it to
      build on Hardy.  The version change was to fix a bug we workaround
      already in our rules change below.
  - debian/rules:
    + Don't build the intel_reg_dumper tool, since libpciaccess is in
      universe.
    + Drop dpkg-shlibdeps with --warnings=6 (FTBS)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22530
22530
        pkg_cv_DRI_MM_CFLAGS="$DRI_MM_CFLAGS"
22531
22531
    else
22532
22532
        if test -n "$PKG_CONFIG" && \
22533
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdrm >= 2.3.1\"") >&5
22534
 
  ($PKG_CONFIG --exists --print-errors "libdrm >= 2.3.1") 2>&5
 
22533
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdrm >= 2.4.0\"") >&5
 
22534
  ($PKG_CONFIG --exists --print-errors "libdrm >= 2.4.0") 2>&5
22535
22535
  ac_status=$?
22536
22536
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22537
22537
  (exit $ac_status); }; then
22538
 
  pkg_cv_DRI_MM_CFLAGS=`$PKG_CONFIG --cflags "libdrm >= 2.3.1" 2>/dev/null`
 
22538
  pkg_cv_DRI_MM_CFLAGS=`$PKG_CONFIG --cflags "libdrm >= 2.4.0" 2>/dev/null`
22539
22539
else
22540
22540
  pkg_failed=yes
22541
22541
fi
22548
22548
        pkg_cv_DRI_MM_LIBS="$DRI_MM_LIBS"
22549
22549
    else
22550
22550
        if test -n "$PKG_CONFIG" && \
22551
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdrm >= 2.3.1\"") >&5
22552
 
  ($PKG_CONFIG --exists --print-errors "libdrm >= 2.3.1") 2>&5
 
22551
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdrm >= 2.4.0\"") >&5
 
22552
  ($PKG_CONFIG --exists --print-errors "libdrm >= 2.4.0") 2>&5
22553
22553
  ac_status=$?
22554
22554
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22555
22555
  (exit $ac_status); }; then
22556
 
  pkg_cv_DRI_MM_LIBS=`$PKG_CONFIG --libs "libdrm >= 2.3.1" 2>/dev/null`
 
22556
  pkg_cv_DRI_MM_LIBS=`$PKG_CONFIG --libs "libdrm >= 2.4.0" 2>/dev/null`
22557
22557
else
22558
22558
  pkg_failed=yes
22559
22559
fi
22572
22572
        _pkg_short_errors_supported=no
22573
22573
fi
22574
22574
        if test $_pkg_short_errors_supported = yes; then
22575
 
                DRI_MM_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libdrm >= 2.3.1"`
 
22575
                DRI_MM_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libdrm >= 2.4.0"`
22576
22576
        else
22577
 
                DRI_MM_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libdrm >= 2.3.1"`
 
22577
                DRI_MM_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libdrm >= 2.4.0"`
22578
22578
        fi
22579
22579
        # Put the nasty error message in config.log where it belongs
22580
22580
        echo "$DRI_MM_PKG_ERRORS" >&5