summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/extract-api.sh2
-rwxr-xr-xtools/genruby.rb10
2 files changed, 6 insertions, 6 deletions
diff --git a/tools/extract-api.sh b/tools/extract-api.sh
index 1b1c7a4..b1a0a95 100755
--- a/tools/extract-api.sh
+++ b/tools/extract-api.sh
@@ -34,7 +34,6 @@ for header in \
"${INCLUDE}/eina-1/eina/eina_hash.h" \
"${INCLUDE}/eina-1/eina/eina_file.h" \
"${INCLUDE}/eet-1/Eet.h" \
- "${INCLUDE}/edje-1/Edje.h" \
"${INCLUDE}/evas-1/Evas.h" \
"${INCLUDE}/evas-1/Evas_GL.h" \
"${INCLUDE}/ecore-1/Ecore.h" \
@@ -45,6 +44,7 @@ for header in \
"${INCLUDE}/ecore-1/Ecore_Fb.h" \
"${INCLUDE}/ecore-1/Ecore_File.h" \
"${INCLUDE}/eio-1/Eio.h" \
+ "${INCLUDE}/edje-1/Edje.h" \
"${INCLUDE}/ethumb-1/Ethumb.h" \
"${INCLUDE}/ethumb-1/Ethumb_Client.h" \
"${INCLUDE}/ethumb-1/Ethumb_Plugin.h" \
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=>[]