diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-12-21 01:02:37 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-12-21 01:02:37 +0100 |
commit | 587f9dc1b6ece798b3fb87652cdeed646db05420 (patch) | |
tree | 8b6ffd18998b9a9639a8b0104e7a34fe96517f89 /tools/genruby.rb | |
parent | 9e25cb9e61be59b5172225c9eb07bb728d14133e (diff) | |
download | ffi-efl-587f9dc1b6ece798b3fb87652cdeed646db05420.zip ffi-efl-587f9dc1b6ece798b3fb87652cdeed646db05420.tar.gz |
tools: edje goes later in the parsing order
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-x | tools/genruby.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb index 3ca7acc..cefe135 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -311,11 +311,6 @@ libs << { :requires=>["#{NATIVE}/eina_list"], :constants=>['EVAS_LAYER_MIN','EVAS_LAYER_MAX'] } libs << { - :lib=>'edje', :header=>'Edje.h', - :modname=>'Edje', :prefix=>'edje', :outfile=>'edje.rb', - :requires=>["#{NATIVE}/evas"], :constants=>[] -} -libs << { :lib=>'ecore', :header=>'Ecore.h', :modname=>'Ecore', :prefix=>'ecore', :outfile=>'ecore.rb', :requires=>[], :constants=>[] @@ -341,6 +336,11 @@ libs << { :requires=>["#{NATIVE}/eina_file","#{NATIVE}/eet"], :constants=>[] } libs << { + :lib=>'edje', :header=>'Edje.h', + :modname=>'Edje', :prefix=>'edje', :outfile=>'edje.rb', + :requires=>["#{NATIVE}/evas"], :constants=>[] +} +libs << { :lib=>'ethumb', :header=>'Ethumb.h', :modname=>'Ethumb', :prefix=>'ethumb', :outfile=>'ethumb.rb', :requires=>[], :constants=>[] |