[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#570851: FTBFS on kfreebsd-*: libdrm_radeon.so* not installed anywhere



Julien Cristau <jcristau@debian.org> (22/02/2010):
> Another option would be to pass --disable-radeon to configure on
> !linux.

Probably cleaner.

That also means some other files go away:
| Files in first .changes but not in second
| -----------------------------------------
| -rw-r--r--  root/root   /usr/include/drm/radeon_bo.h
| -rw-r--r--  root/root   /usr/include/drm/radeon_bo_gem.h
| -rw-r--r--  root/root   /usr/include/drm/radeon_bo_int.h
| -rw-r--r--  root/root   /usr/include/drm/radeon_cs.h
| -rw-r--r--  root/root   /usr/include/drm/radeon_cs_gem.h
| -rw-r--r--  root/root   /usr/include/drm/radeon_cs_int.h
| -rw-r--r--  root/root   /usr/lib/libdrm_radeon.a
| -rw-r--r--  root/root   /usr/lib/pkgconfig/libdrm_radeon.pc
| lrwxr-xr-x  root/root   /usr/lib/libdrm_radeon.so -> libdrm_radeon.so.1.0.0

(using the trivial patch attached)

Mraw,
KiBi.
diff --git a/debian/rules b/debian/rules
index fdc2b4c..a2ce25f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,7 @@ ifeq (linux, $(DEB_HOST_ARCH_OS))
 else
 	confflags += --disable-udev
 	confflags += --disable-radeon-experimental-api
+	confflags += --disable-radeon
 	RADEON = no
 endif
 

Attachment: signature.asc
Description: Digital signature


Reply to: