diff options
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-x | tools/genruby.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb index d5649f1..3ca7acc 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -232,6 +232,7 @@ TYPES = { 'long' => ':long', 'short' => ':short', 'float' => ':float', + 'mode_t' => ':int', 'pid_t' => ':ulong', 'time_t' => ':ulong', 'size_t' => ':ulong', @@ -335,6 +336,11 @@ libs << { :requires=>["#{NATIVE}/ecore_getopt","#{NATIVE}/evas"], :constants=>[] } libs << { + :lib=>'eio', :header=>'Eio.h', + :modname=>'Edje', :prefix=>'eio', :outfile=>'eio.rb', + :requires=>["#{NATIVE}/eina_file","#{NATIVE}/eet"], :constants=>[] +} +libs << { :lib=>'ethumb', :header=>'Ethumb.h', :modname=>'Ethumb', :prefix=>'ethumb', :outfile=>'ethumb.rb', :requires=>[], :constants=>[] |