diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-03 16:00:02 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-03 16:00:02 +0100 |
commit | a0bb574df56ce7c79a46cb701fa12e4d3d90b7e2 (patch) | |
tree | 06a939b56ceda59c050056ddad1f60519c084e8c /lib | |
parent | 492dc525de0103ff0c6d1726c82d7b7e0440126e (diff) | |
download | ffi-efl-a0bb574df56ce7c79a46cb701fa12e4d3d90b7e2.zip ffi-efl-a0bb574df56ce7c79a46cb701fa12e4d3d90b7e2.tar.gz |
enotify needs evas
Diffstat (limited to 'lib')
-rw-r--r-- | lib/efl/native/enotify.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efl/native/enotify.rb b/lib/efl/native/enotify.rb index 4e38528..835a504 100644 --- a/lib/efl/native/enotify.rb +++ b/lib/efl/native/enotify.rb @@ -2,6 +2,7 @@ # -*- coding: UTF-8 -*- # require 'efl/native' +require 'efl/native/evas' require 'efl/native/edbus' # module Efl |