diff options
author | 2017-12-20 17:13:51 +0100 | |
---|---|---|
committer | 2017-12-20 17:39:30 +0100 | |
commit | 4d275bdc3c7227d5896edf2c2479bbc2527b0dca (patch) | |
tree | 965054d67e0275b16ddefaeef70dd2db7ae43217 /conf.d/wgt/config.xml.in | |
parent | e9c3f4476f692680c03a562364496ce8571d4a1c (diff) |
Remove embedded LUA 3rdparty
Change-Id: Ied46d7f7784b478c75758d15f018a7ff6d3533c2
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/wgt/config.xml.in')
-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> |