Bug 13966 - Mesa-7.0.2 error when "
Summary: Mesa-7.0.2 error when "
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All All
: low normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-08 03:58 UTC by Yevgeniy
Modified: 2008-01-08 06:08 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Yevgeniy 2008-01-08 03:58:51 UTC
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'
Comment 1 Brian Paul 2008-01-08 06:08:29 UTC
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.