Skip to content
  • Dan Nicholson's avatar
    Make osdemos linking like other programs · f1efacb9
    Dan Nicholson authored
    Most of the programs list their dependencies on the Mesa libraries in
    their Makefiles. This works with the default configuration where
    APP_LIB_DEPS only lists external libraries. This changes the
    linux-osmesa configs and the osdemos Makefile to follow that convention.
    
    Some cleanup of the Makefile is also added to refer to the GL libraries
    through the existing variables rather than hardcoding their names.
    f1efacb9