summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-26 23:37:01 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-26 23:37:01 +0100
commit3dabd42a102f8cacf36d69fbb5a893a6c8acfeb4 (patch)
tree62b413320d16422dab66ad256828216245e894a7 /tools
parentfdda52941d977938b5c14086e81ee6bf6f17fd49 (diff)
downloadffi-efl-3dabd42a102f8cacf36d69fbb5a893a6c8acfeb4.zip
ffi-efl-3dabd42a102f8cacf36d69fbb5a893a6c8acfeb4.tar.gz
reorder elementary stack requires: all require elementary, which requires elm_general and elm_tootip
Diffstat (limited to 'tools')
-rwxr-xr-xtools/genruby.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index e36eef2..b5922bd 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -330,12 +330,12 @@ libs << {
libs << {
:lib=>'elementary-ver-pre-svn-09.so.0',:header=>'Elementary.h',
:modname=>'Elm', :prefix=>'elm', :outfile=>'elementary.rb',
- :requires=>['efl/native/evas'], :constants=>[]
+ :requires=>['efl/native/elm/elm_general','efl/native/elm/elm_tooltip'], :constants=>[]
}
libs << {
:lib=>'elementary-ver-pre-svn-09.so.0',:header=>'elm_general.h',
:modname=>'Elm', :prefix=>'elm', :outfile=>'elm/elm_general.rb',
- :requires=>['efl/native/elementary'], :constants=>[]
+ :requires=>['efl/native/evas','efl/native/elementary'], :constants=>[]
}
libs << {
:lib=>'elementary-ver-pre-svn-09.so.0',:header=>'elm_tooltip.h',
@@ -345,7 +345,7 @@ libs << {
libs << {
:lib=>'elementary-ver-pre-svn-09.so.0',:header=>'elm_object_item.h',
:modname=>'Elm', :prefix=>'elm_object_item', :outfile=>'elm/elm_object_item.rb',
- :requires=>['efl/native/elementary','efl/native/elm/elm_general','efl/native/elm/elm_tooltip'], :constants=>[]
+ :requires=>['efl/native/elementary'], :constants=>[]
}
Dir.mkdir lib_path unless (File.exists? lib_path)
#