diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-03 15:42:35 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-03 15:42:35 +0100 |
commit | f38875117d6f6298587a7b34d1aaf30c2e7fc6e3 (patch) | |
tree | d63953d2eca05582dcc02caf80923000ebe13738 /tools/genruby.rb | |
parent | de318880f735a3553ed7cc64f0728f4fd750fad8 (diff) | |
download | ffi-efl-f38875117d6f6298587a7b34d1aaf30c2e7fc6e3.zip ffi-efl-f38875117d6f6298587a7b34d1aaf30c2e7fc6e3.tar.gz |
generate edbus ebluez binding
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-x | tools/genruby.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb index 8239615..223b139 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -306,6 +306,7 @@ libs << efl_h('efreet_mime','Efreet_Mime.h','EfreetMime') libs << efl_h('efreet_trash','Efreet_Trash.h','EfreetTrash',nil,nil,["#{NATIVE}/eina_list","#{NATIVE}/efreet_uri"]) libs << efl_h('edbus','E_DBus.h','Edbus',nil,'edbus.rb',["#{NATIVE}/eina_list"]) libs << efl_h('enotify','E_Notify.h','Edbus','e_notification','enotify.rb',["#{NATIVE}/edbus"]) +libs << efl_h('ebluez','E_Bluez.h','Edbus','e_bluez','ebluez.rb',["#{NATIVE}/edbus"]) libs << efl_h('ethumb','Ethumb.h','Ethumb') libs << efl_h('ethumb_client','Ethumb_Client.h','EthumbClient',nil,nil,["#{NATIVE}/ethumb"]) libs << efl_h('ethumb','Ethumb_Plugin.h','EthumbPlugin',nil,nil,["#{NATIVE}/evas","#{NATIVE}/ecore_evas","#{NATIVE}/ethumb"]) |