diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-11-28 23:08:40 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-11-28 23:08:40 +0100 |
commit | b97387123d72d7373ba0a1cbc8f2b344074aa306 (patch) | |
tree | 13762bb815299348cbddd7793121e7018c2ac3ba /tools | |
parent | e8c96cdacca9cdce12b291baf3c20d124a5bab2d (diff) | |
download | ffi-efl-b97387123d72d7373ba0a1cbc8f2b344074aa306.zip ffi-efl-b97387123d72d7373ba0a1cbc8f2b344074aa306.tar.gz |
add missing require elementary to elm_layout
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 b12dd8b..07114f0 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -418,7 +418,7 @@ libs << elm_h('elm_image.h', 'ElmImage') libs << elm_h('elm_index.h', 'ElmIndex') libs << elm_h('elm_inwin.h', 'ElmInwin') libs << elm_h('elm_label.h', 'ElmLabel', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_entry"]) -libs << elm_h('elm_layout.h', 'ElmLayout', ["#{NATIVE}/edje"]) +libs << elm_h('elm_layout.h', 'ElmLayout', ["#{NATIVE}/edje","#{NATIVE}/elementary"]) libs << elm_h('elm_mapbuf.h', 'ElmMapBuf') libs << elm_h('elm_menu.h', 'ElmMenu') libs << elm_h('elm_mirroring.h', 'ElmMirroring') |