>> Arthur Peters <[EMAIL PROTECTED]> writes: > I don't think it would be too hard to build such a package from the X > sources. Almost every thing you would need is in the directory [X > source]/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel you > just need to package the Imake generated makefile No, you don't. Makefile.linux on that directory is enough for this purpose.
> and a few headers and source file from the parent directorys. You don't need this for compiling the kernel modules (actually, I don't think you need this at all) > This would become a mott point if drm and dri are both packaged in > debian. The drm modules can be builded without building all of X. It > takes some hacking $ make -f Makefile.linux TREE=/path/to/kernel/source/include/ HTH, Marcelo