Skip to content
Snippets Groups Projects
Commit 2c834f4d authored by David Nusinow's avatar David Nusinow
Browse files

* Don't build now non-existant i830 driver in debian dri configs. Fixes

  FTBFS.
parent b93d290c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment