Selaa lähdekoodia

Add version info to glfw dependency

glfwSetWindowMonitor and some other functions are only available from 3.2
onwards.
Michael Vetter 8 vuotta sitten
vanhempi
commit
03c4ed6b3f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      meson.build

+ 1 - 1
meson.build

@@ -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')