diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-03 16:00:02 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-03 16:00:02 +0100 |
commit | a0bb574df56ce7c79a46cb701fa12e4d3d90b7e2 (patch) | |
tree | 06a939b56ceda59c050056ddad1f60519c084e8c /tools | |
parent | 492dc525de0103ff0c6d1726c82d7b7e0440126e (diff) | |
download | ffi-efl-a0bb574df56ce7c79a46cb701fa12e4d3d90b7e2.zip ffi-efl-a0bb574df56ce7c79a46cb701fa12e4d3d90b7e2.tar.gz |
enotify needs evas
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/genruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb index 7686a2a..7e63a80 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -306,7 +306,7 @@ libs << efl_h('efreet','efreet_utils.h','EfreetUtils','efreet_utils',nil,["#{NAT 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','Enotify','e_notification','enotify.rb',["#{NATIVE}/edbus"]) +libs << efl_h('enotify','E_Notify.h','Enotify','e_notification','enotify.rb',["#{NATIVE}/evas","#{NATIVE}/edbus"]) libs << efl_h('ebluez','E_Bluez.h','Ebluez','e_bluez','ebluez.rb',["#{NATIVE}/edbus"]) libs << efl_h('ehal','E_Hal.h','Ehal','e_hal','ehal.rb',["#{NATIVE}/edbus"]) libs << efl_h('ethumb','Ethumb.h','Ethumb') |