diff options
-rw-r--r-- | lib/efl/native/elm/elm_box.rb | 1 | ||||
-rwxr-xr-x | tools/genruby.rb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/efl/native/elm/elm_box.rb b/lib/efl/native/elm/elm_box.rb index f227fb4..3e04f20 100644 --- a/lib/efl/native/elm/elm_box.rb +++ b/lib/efl/native/elm/elm_box.rb @@ -2,6 +2,7 @@ # -*- coding: UTF-8 -*- # require 'efl/native' +require 'efl/native/ecore' require 'efl/native/elementary' # module Efl 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') |