summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Nusinow <dnusinow@debian.org>2006-04-07 03:11:47 +0000
committerDavid Nusinow <dnusinow@debian.org>2006-04-07 03:11:47 +0000
commit2c834f4d29b0f95ec827d946206c4c0375945e98 (patch)
tree67b382e00b32e41ce30dc227f25255902cbaee10
parentb93d290c9f5e539a0f77e7988332d6b97be04a7a (diff)
downloadmesa-2c834f4d29b0f95ec827d946206c4c0375945e98.tar.gz
* Don't build now non-existant i830 driver in debian dri configs. Fixes
FTBFS.
-rw-r--r--configs/debian-dri2
-rw-r--r--configs/debian-dri-i3862
-rw-r--r--debian/changelog4
3 files changed, 5 insertions, 3 deletions
diff --git a/configs/debian-dri b/configs/debian-dri
index db73fcd25b9..1356a53c6b6 100644
--- a/configs/debian-dri
+++ b/configs/debian-dri
@@ -22,4 +22,4 @@ endif
DRIVER_DIRS = dri
WINDOW_SYSTEM=dri
-DRI_DIRS = i810 i830 i915 mach64 mga r128 r200 r300 radeon s3v savage sis tdfx trident unichrome ffb
+DRI_DIRS = i810 i915 mach64 mga r128 r200 r300 radeon s3v savage sis tdfx trident unichrome ffb
diff --git a/configs/debian-dri-i386 b/configs/debian-dri-i386
index 3a537c1a6de..722770e98a5 100644
--- a/configs/debian-dri-i386
+++ b/configs/debian-dri-i386
@@ -2,4 +2,4 @@ include $(TOP)/configs/debian-dri
CONFIG_NAME = debian-dri-i386
-DRI_DIRS = i810 i830 i915 mach64 mga r128 r200 r300 radeon s3v savage sis tdfx trident unichrome
+DRI_DIRS = i810 i915 mach64 mga r128 r200 r300 radeon s3v savage sis tdfx trident unichrome
diff --git a/debian/changelog b/debian/changelog
index 9f33265ecfb..3e68fa3d13c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,10 @@ mesa (6.5.0-0.1) experimental; urgency=low
I need to submit this upstream.
* Remove set_buffer function from idirectfbgl_mesa.c in directfb driver.
Also remove the line that sets SetBuffer to it. Fixes FTBFS.
+ * Don't build now non-existant i830 driver in debian dri configs. Fixes
+ FTBFS.
- -- David Nusinow <dnusinow@debian.org> Thu, 6 Apr 2006 22:21:37 -0400
+ -- David Nusinow <dnusinow@debian.org> Thu, 6 Apr 2006 23:11:19 -0400
mesa (6.4.1-0.4) unstable; urgency=low