summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-12-21 14:56:33 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-12-21 14:56:33 +0100
commitf70b5ad6565412b1cdbd6d14dd65e1ce55e2c115 (patch)
tree2d430dad4fa32076d8260b99dde68120e05b87fc /tools/genruby.rb
parentb172c3b412a641cb0e0ceb2fcd39f06d46b1819e (diff)
downloadffi-efl-f70b5ad6565412b1cdbd6d14dd65e1ce55e2c115.zip
ffi-efl-f70b5ad6565412b1cdbd6d14dd65e1ce55e2c115.tar.gz
generate embryo native binding
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-xtools/genruby.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index 917a885..f978fac 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -291,6 +291,7 @@ libs << efl_h('ecore_input','Ecore_Input.h','EcoreInput','ecore_event',nil,["#{N
libs << efl_h('ecore','Ecore_Getopt.h','EcoreGetopt',nil,nil,["#{NATIVE}/eina_list"])
libs << efl_h('ecore_evas','Ecore_Evas.h','EcoreEvas',nil,nil,["#{NATIVE}/ecore_getopt","#{NATIVE}/evas"])
libs << efl_h('eio','Eio.h','Eio',nil,nil,["#{NATIVE}/eina_file","#{NATIVE}/eet"])
+libs << efl_h('embryo','Embryo.h','Embryo')
libs << efl_h('edje','Edje.h','Edje',nil,nil,["#{NATIVE}/evas"])
libs << efl_h('ethumb','Ethumb.h','Ethumb')
libs << efl_h('ethumb_client','Ethumb_Client.h','EthumbClient',nil,nil,["#{NATIVE}/ethumb"])