Opened 9 years ago

Closed 9 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)

main.log (17.7 KB) - added by mf2k (Frank Schima) 9 years ago.

Download all attachments as: .zip

Change History (4)

Changed 9 years ago by mf2k (Frank Schima)

Attachment: main.log added

comment:1 Changed 9 years ago by mf2k (Frank Schima)

It needs to add a dependency on the new libGLU port.

comment:2 Changed 9 years ago by mf2k (Frank Schima)

Summary: gtkglext: configure error possibly due to mesa upgradegtkglext: Needs to add dependency on libGLU due to mesa upgrade

comment:3 Changed 9 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.