summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijaykumar9597@gmail.com>2019-08-31 00:02:41 +0530
committerChris Johns <chrisj@rtems.org>2019-09-02 09:12:08 +1000
commit7e5862c443df77b92416cab528492ba0eb7934e0 (patch)
tree4104e434d5c40625fddaf096e2816ce3e96c4be4 /wscript
parentlvgl.py: fix include paths in build (diff)
downloadrtems-littlevgl-7e5862c443df77b92416cab528492ba0eb7934e0.tar.bz2
lvgl.py: install the lvgl headers in PREFIX following a similar tree to the source tree
This is required to be able to add the PREFIX path as the include path in an lvgl based app.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript b/wscript
index fb5d932..03e010c 100644
--- a/wscript
+++ b/wscript
@@ -28,7 +28,6 @@
from __future__ import print_function
import lvgl
-import runpy
import sys
rtems_version = "5"