gmake[2]: Entering directory `/home/unix/Mesa/src/glw' gmake[2]: *** No rule to make target `glw.pc.in', needed by `glw.pc'. Stop. gmake[2]: Leaving directory `/home/unix/Mesa/src/glw'
Already fixed for 7.0.3 Put this in src/glw/glw.pc.in until then: prefix=@INSTALL_DIR@ exec_prefix=${prefix} libdir=${exec_prefix}/@LIB_DIR@ includedir=${prefix}/include Name: glw Description: Mesa OpenGL widget library Requires: gl Version: @VERSION@ Libs: -L${libdir} -lGLw Cflags: -I${includedir}
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.