diff options
Diffstat (limited to 'lib/efl/native/enotification_daemon.rb')
-rw-r--r-- | lib/efl/native/enotification_daemon.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/native/enotification_daemon.rb b/lib/efl/native/enotification_daemon.rb index 1355c77..8ab2cf3 100644 --- a/lib/efl/native/enotification_daemon.rb +++ b/lib/efl/native/enotification_daemon.rb @@ -19,7 +19,7 @@ module Efl # module Native # - ffi_lib 'enotify' + ffi_lib 'enotify.so.1' # # TYPEDEFS # typedef struct E_Notification_Daemon E_Notification_Daemon; |