Mesa-7.2/progs/xdemos/Makefile for the corender target (demo program) $(LDFLAGS) is missing in the compile/link step corender: corender.o ipc.o $(CC) $(CFLAGS) corender.o ipc.o $(LIBS) -o $@ $(LDFLAGS) is missing which breaks the build when cross-compiling and eg. the X11 libs are not in the default place the same issue is in Mesa-7.3 fix is easy: add $(LDFLAGS)
Fixed in git. This will be in Mesa 7.4.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.