Add note about glfw3 and openAL

This commit is contained in:
Michael Vetter
2018-02-16 11:53:04 +01:00
parent e0a3a51b75
commit 883ed20e7c
2 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@ project('projectname', 'c', version: '1.0',
cc = meson.get_compiler('c')
# Find dependencies
# glfw3 and openal are not needed for raylib > 1.8.0
glfw_dep = dependency('glfw3')
gl_dep = dependency('gl')
openal_dep = dependency('openal')