summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-27 10:14:43 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-27 10:14:43 +0100
commit31832748e24d10b0422126ebc020b555520aeb49 (patch)
tree66a1ffe7f85953e8c33c4c3228c282aaab57bdc1 /tools/genruby.rb
parent6700f66b82f8cc46886a4ed60d1c3e29d853df24 (diff)
downloadffi-efl-31832748e24d10b0422126ebc020b555520aeb49.zip
ffi-efl-31832748e24d10b0422126ebc020b555520aeb49.tar.gz
tools/genruby: add edje,elm_icon,elm_scroller to elm_entry requires
Diffstat (limited to 'tools/genruby.rb')
-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)
#