From 262db7ab0c4c33b74f6bcd2d950d3b5a493f7b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Wed, 7 Mar 2012 10:09:07 +0100 Subject: add elm_entry as requirement to elm_popup --- lib/efl/native/elm/elm_popup.rb | 1 + tools/genruby.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/efl/native/elm/elm_popup.rb b/lib/efl/native/elm/elm_popup.rb index 39bd621..2803691 100644 --- a/lib/efl/native/elm/elm_popup.rb +++ b/lib/efl/native/elm/elm_popup.rb @@ -3,6 +3,7 @@ # require 'efl/native' require 'efl/native/elementary' +require 'efl/native/elm/elm_entry' # module Efl # 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') -- cgit v1.1-2-g2b99