summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-03-07 10:09:44 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-03-07 10:09:44 +0100
commitf9b46004b575bd3cede85a22b636a1ba53b95b94 (patch)
tree5662fa5d5638ab9ce3a03c183b3d6749324600a5 /tools
parent262db7ab0c4c33b74f6bcd2d950d3b5a493f7b83 (diff)
downloadffi-efl-f9b46004b575bd3cede85a22b636a1ba53b95b94.zip
ffi-efl-f9b46004b575bd3cede85a22b636a1ba53b95b94.tar.gz
add ecore as requirement to elm_box
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 4d58ef6..d5960d0 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -377,7 +377,7 @@ libs << elm_h('elc_popup.h', 'ElmPopup', ["#{NATIVE}/elementary","#{NATIVE}/elm/
libs << elm_h('elm_actionslider.h', 'ElmActionSlider')
libs << elm_h('elm_app.h', 'ElmApp')
libs << elm_h('elm_bg.h', 'ElmBg')
-libs << elm_h('elm_box.h', 'ElmBox')
+libs << elm_h('elm_box.h', 'ElmBox', ["#{NATIVE}/ecore","#{NATIVE}/elementary"])
libs << elm_h('elm_bubble.h', 'ElmBubble')
libs << elm_h('elm_button.h', 'ElmButton')
libs << elm_h('elm_cache.h', 'ElmCache')