diff options
Diffstat (limited to 'tools/genruby.rb')
-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 0948dd8..dfcea68 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -312,7 +312,7 @@ libs << { libs << { :lib=>'ecore_input', :header=>'Ecore_Input.h', :modname=>'EcoreInput', :prefix=>'ecore_event', :outfile=>'ecore_input.rb', - :requires=>[], :constants=>[] + :requires=>["#{NATIVE}/eina_list"], :constants=>[] } libs << { :lib=>'ecore', :header=>'Ecore_Getopt.h', |