mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-07 03:48:15 +00:00
Merge pull request #305 from jubalh/mesondepv
Add version info to glfw dependency
This commit is contained in:
@@ -5,7 +5,7 @@ project('raylib', 'c', version: '1.7.0',
|
||||
|
||||
cc = meson.get_compiler('c')
|
||||
|
||||
glfw_dep = dependency('glfw3')
|
||||
glfw_dep = dependency('glfw3', version : '>=3.2')
|
||||
gl_dep = dependency('gl')
|
||||
openal_dep = dependency('openal')
|
||||
x11_dep = dependency('x11')
|
||||
|
Reference in New Issue
Block a user