diff options
Diffstat (limited to 'lib/efl/native/enotify.rb')
-rw-r--r-- | lib/efl/native/enotify.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/native/enotify.rb b/lib/efl/native/enotify.rb index 288ee8f..d5f236d 100644 --- a/lib/efl/native/enotify.rb +++ b/lib/efl/native/enotify.rb @@ -20,7 +20,7 @@ module Efl # module Native # - ffi_lib 'enotify' + ffi_lib 'enotify.so.1' # # ENUMS # typedef enum E_Notification_Urgency {...} E_Notification_Urgency; |