Add meson build configuration
Currently the editor will not work if it is not installed. There is also a caveat about the 'data' directory which is installed in the bin directory. This may work but does not seem ok because it is pollution a shared bin directory and the 'data' folder may not be unique to Lite.
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
#ifndef API_H
|
||||
#define API_H
|
||||
|
||||
#include "lib/lua52/lua.h"
|
||||
#include "lib/lua52/lauxlib.h"
|
||||
#include "lib/lua52/lualib.h"
|
||||
#include "lua.h"
|
||||
#include "lauxlib.h"
|
||||
#include "lualib.h"
|
||||
|
||||
#define API_TYPE_FONT "Font"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user