Opened 10 years ago
Closed 10 years ago
#46828 closed defect (fixed)
gtkglext: Needs to add dependency on libGLU due to mesa upgrade
Reported by: | mf2k (Frank Schima) | Owned by: | jd@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | jeremyhu (Jeremy Huddleston Sequoia) | |
Port: | gtkglext |
Description
Since the update of mesa to 10.4.4, gtkglext fails in the configure phase:
:info:configure checking GL/glx.h usability... yes :info:configure checking GL/glx.h presence... yes :info:configure checking for GL/glx.h... yes :info:configure checking GL/gl.h usability... yes :info:configure checking GL/gl.h presence... yes :info:configure checking for GL/gl.h... yes :info:configure checking GL/glu.h usability... no :info:configure checking GL/glu.h presence... no :info:configure checking for GL/glu.h... no :info:configure configure: error: Cannot find OpenGL headers
Attachments (1)
Change History (4)
Changed 10 years ago by mf2k (Frank Schima)
comment:1 Changed 10 years ago by mf2k (Frank Schima)
comment:2 Changed 10 years ago by mf2k (Frank Schima)
Summary: | gtkglext: configure error possibly due to mesa upgrade → gtkglext: Needs to add dependency on libGLU due to mesa upgrade |
---|
comment:3 Changed 10 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
It needs to add a dependency on the new libGLU port.