[meson] move luabins to subprojects

This commit is contained in:
Ryan Lucia 2019-10-06 15:57:54 -04:00 committed by odrling
parent 9f6b14c8c7
commit cd09702252
52 changed files with 4 additions and 1 deletions

View File

View File

@ -188,7 +188,7 @@ if not deps.contains(luajit)
else
luajit_inc = include_directories(luajit.get_pkgconfig_variable('includedir'))
endif
subdir('vendor/luabins/src')
subdir('subprojects/luabins/src')
dep_gl = dependency('gl', required: false)
if not dep_gl.found()
@ -202,6 +202,9 @@ if not dep_gl.found()
dep_gl = dependency('', required: false)
endif
endif
if host_machine.system() == 'darwin'
conf.set('HAVE_OPENGL_GL_H', 1)
endif
if not dep_gl.found()
error('OpenGL implementation not found')