summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/efl/native/elm/elm_popup.rb1
-rwxr-xr-xtools/genruby.rb2
2 files changed, 2 insertions, 1 deletions
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')