summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-xtools/genruby.rb10
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=>[]