diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/genruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb index 365780a..5be59be 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -407,7 +407,7 @@ libs << elm_h('elm_hover.h', 'ElmHover') libs << elm_h('elm_image.h', 'ElmImage') libs << elm_h('elm_index.h', 'ElmIndex') libs << elm_h('elm_label.h', 'ElmLabel', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_entry"]) -libs << elm_h('elm_layout.h', 'ElmLayout') +libs << elm_h('elm_layout.h', 'ElmLayout', ["#{NATIVE}/edje"]) libs << elm_h('elm_mapbuf.h', 'ElmMapBuf') libs << elm_h('elm_map.h', 'ElmMap', ["#{NATIVE}/emap","#{NATIVE}/elementary"]) libs << elm_h('elm_menu.h', 'ElmMenu') |