Control: clone -1 -2 Control: reassign -2 src:xserver-xorg-video-r128 Control: found -2 6.10.2-1
On Sun, Jan 28, 2018 at 03:23:28PM +0100, Helmut Grohne wrote: > xserver-xorg-video-mach64 fails to cross build from source, because it > abuses AC_CHECK_FILE for finding headers. AC_CHECK_FILE is supposed to > find files on the host system. You cannot usually expect the host system > to have headers, so this use is incorrect. It happens to also break > cross compilation. To check for files on the build system, simply use > "test -f". The attached patch implements that. Please consider applying > it. The same issue occurs with xserver-xorg-video-r128 and the same patch is applicable here. Helmut