diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-11-28 23:07:38 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-11-28 23:07:38 +0100 |
commit | e8c96cdacca9cdce12b291baf3c20d124a5bab2d (patch) | |
tree | ba1602545ab0bafeadb389e0f67e3dcfcb11f2fd /lib/efl | |
parent | 7e09eadd01fff90943d95cb2233019f8228d8873 (diff) | |
download | ffi-efl-e8c96cdacca9cdce12b291baf3c20d124a5bab2d.zip ffi-efl-e8c96cdacca9cdce12b291baf3c20d124a5bab2d.tar.gz |
native elm_win needs evas_ecore
Diffstat (limited to 'lib/efl')
-rw-r--r-- | lib/efl/native/elm/elm_win.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efl/native/elm/elm_win.rb b/lib/efl/native/elm/elm_win.rb index a9d5e6b..b446f5f 100644 --- a/lib/efl/native/elm/elm_win.rb +++ b/lib/efl/native/elm/elm_win.rb @@ -2,6 +2,7 @@ # -*- coding: UTF-8 -*- # require 'efl/native' +require 'efl/native/ecore_evas' require 'efl/native/elementary' # module Efl |