Hi Philippe, Philippe Corbes wrote: > This question is for a guru of ptxdist. > > I use ptxdist to build a linux for a tiny x86. > I try to compile the /usr/lib/xorg/modules/drivers/savage_drv.so > I wrote xorg-driver-video-savage.in and a xorg-driver-video-savage.make > files. > > I dont find the "xorg-macros.pc" at the prepare phase. > Does anybody know why? > > Here is my dump. (I think I'm not the first to get this error) > > started : xorg-driver-video-savage.prepare > Package xorg-macros was not found in the pkg-config search path. > Perhaps you should add the directory containing `xorg-macros.pc' > to the PKG_CONFIG_PATH environment variable > No package 'xorg-macros' found > configure: error: cannot check for file existence when cross compiling
You need to build a package first that provides the "xorg-macro". If you know which PTXdist package provides it, just add a "select <this package> to your "xorg-driver-video-savage.in". After that PTXdist will build this package first before it builds your driver. Regards, jbe -- Pengutronix e.K. | Juergen Beisert | Linux Solutions for Science and Industry | http://www.pengutronix.de/ | -- ptxdist mailing list [email protected]
