summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-07-10 21:12:08 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-07-10 21:12:08 +0200
commit828f5ae7aa8ac1ec989c86db88d1f93bd402b3f2 (patch)
tree2c741ed25a001984ede853634b504ffc0a8e16a6 /tools
parentb1c2e29d4f3454c216c05d6a1673f4099c954e0b (diff)
downloadffi-efl-828f5ae7aa8ac1ec989c86db88d1f93bd402b3f2.zip
ffi-efl-828f5ae7aa8ac1ec989c86db88d1f93bd402b3f2.tar.gz
ecore_input require eina_list
Diffstat (limited to 'tools')
-rwxr-xr-xtools/genruby.rb2
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',