summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/genruby.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index 4c6dc02..ab78aec 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -363,7 +363,8 @@ libs << {
libs << {
:lib=>ELM_LIB,:header=>'elm_entry.h',
:modname=>'ElmEntry', :prefix=>'elm_entry', :outfile=>'elm/elm_entry.rb',
- :requires=>["#{NATIVE}/elementary"], :constants=>[]
+ :requires=>["#{NATIVE}/edje","#{NATIVE}/elementary","#{NATIVE}/elm/elm_icon","#{NATIVE}/elm/elm_scroller"], :constants=>[]
+}
}
Dir.mkdir lib_path unless (File.exists? lib_path)
#