summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-26 15:12:43 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-26 15:12:43 +0100
commite9f7b682ae1720337c40c2b4b271484f00fbce91 (patch)
tree2b67d5554863c7f08ad1d85b08a43585b6983ab3 /tools/genruby.rb
parentbe3d6ffb513c621dd21d2fb1c6dfe8413918051f (diff)
downloadffi-efl-e9f7b682ae1720337c40c2b4b271484f00fbce91.zip
ffi-efl-e9f7b682ae1720337c40c2b4b271484f00fbce91.tar.gz
tools/genruby.rb: elementary generation: fix libname, add constants, requiresevas
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)
#