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:
Francesco Abbate
2020-05-25 12:22:23 +02:00
parent 61a2a2c4e5
commit 618078829c
428 changed files with 35 additions and 139149 deletions
+3 -3
View File
@@ -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"