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
* Make openal-dev a compilation dependency.
* Include system openal lib in webots instead of downloading from cyberbotics.
* Remove OPENAL_INCLUDE from Makefile because it should be in the system include path.
INCLUDE = $(ALL_INCLUDE)$(CONTROLLER_INCLUDE)$(ODE_INCLUDE)$(QT_CORE_INCLUDE)$(QT_GUI_INCLUDE)$(QT_WIDGETS_INCLUDE)$(QT_PRINT_SUPPORT_INCLUDE)$(QT_OPENGL_INCLUDE)$(QT_NETWORK_INCLUDE)$(LUA_INCLUDE)$(OIS_INCLUDE)$(OPENAL_INCLUDE)$(PICO_INCLUDE)$(WREN_INCLUDE)$(FREETYPE_INCLUDE)$(STB_INCLUDE)$(ASSIMP_INCLUDE)
184
+
INCLUDE = $(ALL_INCLUDE)$(CONTROLLER_INCLUDE)$(ODE_INCLUDE)$(QT_CORE_INCLUDE)$(QT_GUI_INCLUDE)$(QT_WIDGETS_INCLUDE)$(QT_PRINT_SUPPORT_INCLUDE)$(QT_OPENGL_INCLUDE)$(QT_NETWORK_INCLUDE)$(LUA_INCLUDE)$(OIS_INCLUDE)$(PICO_INCLUDE)$(WREN_INCLUDE)$(FREETYPE_INCLUDE)$(STB_INCLUDE)$(ASSIMP_INCLUDE)
0 commit comments