Use Xlib to read resources (#142)

This commit is contained in:
Takase
2021-04-02 16:43:21 +02:00
committed by GitHub
parent 3b040aabc7
commit 49cde08ed6
6 changed files with 30 additions and 156 deletions
+1
View File
@@ -3,6 +3,7 @@ project('lite', 'c', 'cpp', default_options : ['c_std=gnu11', 'cpp_std=c++03'])
cc = meson.get_compiler('c')
libm = cc.find_library('m', required : false)
libdl = cc.find_library('dl', required : false)
libx11 = dependency('x11', required : false)
lua_dep = dependency('lua5.2', required : false)
if not lua_dep.found()