summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-04-28 17:02:02 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-04-28 17:02:02 +0200
commitdffbf7522488feb15384649c41143bd866184cb4 (patch)
tree932971c0eb3cb1370b7149380c50411f8ef6b369 /tools
parentaa7ddc693a3bf6fed5c346f83b3aa7791ba83a8a (diff)
downloadffi-efl-dffbf7522488feb15384649c41143bd866184cb4.zip
ffi-efl-dffbf7522488feb15384649c41143bd866184cb4.tar.gz
fic efl/ffi/ecore_evas generation + minimal specs
Diffstat (limited to 'tools')
-rwxr-xr-xtools/genruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index 3fe31a5..2b00004 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -19,7 +19,7 @@ libraries = [
# [ 'Ecore_Con.h', 'EcoreCon', 'ecore_con', 'ecore', 'ecore/ecore_con.rb' ],
[ 'Ecore_Input.h', 'EcoreInput', 'ecore_event', 'ecore_input', 'ecore/ecore_input.rb' ],
[ 'Ecore_Getopt.h', 'EcoreGetopt', 'ecore_getopt', 'ecore', 'ecore/ecore_getopt.rb' ],
- [ 'Ecore_Evas.h', 'EcoreEvas', 'ecore', 'ecore_evas', 'ecore/ecore_evas.rb' ],
+ [ 'Ecore_Evas.h', 'EcoreEvas', 'ecore_evas', 'ecore_evas', 'ecore/ecore_evas.rb' ],
# [ 'Ecore_Fb.h', 'EcoreFb', 'ecore', 'ecore', 'ecore/ecore_fb.rb' ],
# [ 'Ecore_File.h', 'EcoreFile', 'ecore', 'ecore', 'ecore/ecore_file.rb' ],
[ 'Elementary.h', 'Elm', 'elm', 'libelementary-ver-pre-svn-09.so.0', 'elementary.rb' ],