Skip to content
Snippets Groups Projects

unify build systems of buffyboard and unl0kr

Merged Imported Administrator requested to merge meson into master
14 files
+ 112
139
Compare changes
  • Side-by-side
  • Inline
Files
14
+ 2
2
@@ -9,8 +9,8 @@
#include "lvgl/lvgl.h"
#ifndef BB_VERSION
#define BB_VERSION "?" /* Just to silence IDE warning. Real version injected by meson during build. */
#ifndef PROJECT_VERSION
#define PROJECT_VERSION "?" /* Just to silence IDE warning. Real version injected by meson during build. */
#endif
#endif /* BB_BUFFYBOARD_H */
Loading