summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-03-07 10:09:07 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-03-07 10:09:07 +0100
commit262db7ab0c4c33b74f6bcd2d950d3b5a493f7b83 (patch)
treeee3a58d18d08d5666de3fbf55f658726e260e991 /tools
parent23bc746681181a0bd016e212337d7463b402a1f0 (diff)
downloadffi-efl-262db7ab0c4c33b74f6bcd2d950d3b5a493f7b83.zip
ffi-efl-262db7ab0c4c33b74f6bcd2d950d3b5a493f7b83.tar.gz
add elm_entry as requirement to elm_popup
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 63ede50..4d58ef6 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -373,7 +373,7 @@ libs << elm_h('elc_fileselector.h', 'ElmFileSelector')
libs << elm_h('elc_hoversel.h', 'ElmHoverSel', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_icon"])
libs << elm_h('elc_multibuttonentry.h', 'ElmMultiButtonEntry')
libs << elm_h('elc_naviframe.h', 'ElmNaviFrame')
-libs << elm_h('elc_popup.h', 'ElmPopup')
+libs << elm_h('elc_popup.h', 'ElmPopup', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_entry"])
libs << elm_h('elm_actionslider.h', 'ElmActionSlider')
libs << elm_h('elm_app.h', 'ElmApp')
libs << elm_h('elm_bg.h', 'ElmBg')