summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-xtools/genruby.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index 017b200..bd1f154 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -328,9 +328,10 @@ libs << {
:requires=>['efl/native/eina_list'], :constants=>[]
}
libs << {
- :lib=>'elementary',:header=>'Elementary.h',
+ :lib=>'elementary-ver-pre-svn-09.so.0',:header=>'Elementary.h',
:modname=>'Elm', :prefix=>'elm', :outfile=>'elementary.rb',
- :requires=>[]
+ :requires=>['efl/native/evas'], :constants=>[]
+}
}
Dir.mkdir lib_path unless (File.exists? lib_path)
#