Created attachment 135 [details] Configuration file for buildroot. While building it breaks with this error: buildroot-2009.02/build_i586/staging_dir/usr/bin/i586-linux-uclibc-gcc ... -I/home/mathis/buildroot-2009.02/build_i586/staging_dir/home/mathis/buildroot-2009.02/build_i586/staging_dir/usr/include/pixman-1 ... buildroot-2009.02/build_i586/staging_dir/usr/include/xorg/miscstruct.h:54:20: error: pixman.h: No such file or directory As one can see, the include path is malformed. Found out that the package uses a malformed CFLAGS and CXXFLAGS.
Created attachment 137 [details] xdriver_xf86-input-keyboard config.log
Created attachment 139 [details] build-logfile
Created attachment 143 [details] Fix for the pkg config problem when building x drivers This patch was derived from what XServer 1.5 does.
Tbe sources compiled now correctly after applying the patch. Thanks Dan.