~ubuntu-branches/ubuntu/trusty/libdrm/trusty-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2011-05-25 10:39:02 UTC
  • mfrom: (2.3.9 sid)
  • Revision ID: james.westby@ubuntu.com-20110525103902-i04oudms2kxklrq4
Tags: 2.4.25-2ubuntu1
* Merge from Debian unstable.  remaining Ubuntu changes:
  - debian/rules
  - debian/control:
    + Build libdrm-intel everywhere rather than just {i386,amd64} for Plymouth
  - debian/rules:
  - debian/control:
  - debian/*.install.in:
  - debian/*.links.in:
    + Multiarchify
* debian/patches/100_intel_remember_named_bo.patch:
  - Drop this cherry-pick; included in 2.4.24

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
/* Have nouveau (nvidia) support */
43
43
#undef HAVE_NOUVEAU
44
44
 
 
45
/* Have radeon support */
 
46
#undef HAVE_RADEON
 
47
 
45
48
/* Define to 1 if you have the <stdint.h> header file. */
46
49
#undef HAVE_STDINT_H
47
50