diff options
-rw-r--r-- | lib/efl/native/ecore_input.rb | 1 | ||||
-rwxr-xr-x | tools/genruby.rb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/efl/native/ecore_input.rb b/lib/efl/native/ecore_input.rb index 131fc34..b1fbf8a 100644 --- a/lib/efl/native/ecore_input.rb +++ b/lib/efl/native/ecore_input.rb @@ -2,6 +2,7 @@ # -*- coding: UTF-8 -*- # require 'efl/native' +require 'efl/native/eina_list' # module Efl # 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', |