diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-20 17:13:51 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-20 17:49:29 +0100 |
commit | f1829e8b2f4b6de3e3ff80a42efce0d47d66f2cc (patch) | |
tree | 3117f75627dda8ae4af2dfa74fe9b5904b10d4c0 /conf.d/wgt | |
parent | 0f6b4cc536e341ffa5f45e06844d52cc1a7af425 (diff) |
Remove embedded LUA 3rdparty
Change-Id: Ied46d7f7784b478c75758d15f018a7ff6d3533c2
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/wgt')
-rw-r--r-- | conf.d/wgt/config.xml.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index e72a08e..863ee05 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -21,9 +21,4 @@ <param name="low-can" value="ws" /> <param name="gps" value="ws" /> </feature> - - <feature name="urn:AGL:widget:file-properties"> - <param name="bin/lua" value="executable" /> - <param name="bin/luac" value="executable" /> - </feature> </widget> |