diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-07 10:09:44 +0100 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-07 10:09:44 +0100 | 
| commit | f9b46004b575bd3cede85a22b636a1ba53b95b94 (patch) | |
| tree | 5662fa5d5638ab9ce3a03c183b3d6749324600a5 /lib/efl/native/elm | |
| parent | 262db7ab0c4c33b74f6bcd2d950d3b5a493f7b83 (diff) | |
| download | ffi-efl-f9b46004b575bd3cede85a22b636a1ba53b95b94.zip ffi-efl-f9b46004b575bd3cede85a22b636a1ba53b95b94.tar.gz | |
add ecore as requirement to elm_box
Diffstat (limited to 'lib/efl/native/elm')
| -rw-r--r-- | lib/efl/native/elm/elm_box.rb | 1 | 
1 files changed, 1 insertions, 0 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 | 
