You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line sets PKGCONFIG_MODULE_NAME to osgQt, thus the flag in the generated pkg-config file to link the generated library is -losgQt.
It is my understanding that it should be:
-losgQOpenGL
instead.
This is due to the way the macro SETUP_LIBRARY is set (defined here and used here).
Could you confirm that PKGCONFIG_MODULE_NAME should be set to osgQOpenGL or did I miss something ?
The text was updated successfully, but these errors were encountered:
olivier-stasse
changed the title
pkg-config file question on the Libs field.
Question on the pkg-config file and its Libs field.
Dec 19, 2021
This line sets PKGCONFIG_MODULE_NAME to osgQt, thus the flag in the generated pkg-config file to link the generated library is -losgQt.
It is my understanding that it should be:
-losgQOpenGL
instead.
This is due to the way the macro SETUP_LIBRARY is set (defined here and used here).
Could you confirm that PKGCONFIG_MODULE_NAME should be set to osgQOpenGL or did I miss something ?
The text was updated successfully, but these errors were encountered: