Skip to content

Commit

Permalink
Support libnotify.so.[1-4]. See issue #4.
Browse files Browse the repository at this point in the history
  • Loading branch information
splattael committed Jun 16, 2011
1 parent 8d87b5e commit 5034ea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/libnotify/ffi.rb
Expand Up @@ -10,7 +10,7 @@ def self.included(base)
ffi_lib_flags :lazy, :local, :global if respond_to?(:ffi_lib_flags)
ffi_lib %w[libgtk-x11-2.0.so.0 libgtk-x11-2.0.so libgtk-3.so.0 libgtk-3.so]
ffi_lib %w[libgtkmm-2.4.so.1 libgtkmm-2.4.so libgtkmm-3.0.so.1 libgtkmm-3.0.so]
ffi_lib %w[libnotify.so.1 libnotify.so libnotify]
ffi_lib %w[libnotify.so.4 libnotify.so.3 libnotify.so.2 libnotify.so.1 libnotify.so libnotify]
attach_functions!
rescue LoadError => e
warn e.message
Expand Down
2 changes: 1 addition & 1 deletion lib/libnotify/version.rb
@@ -1,3 +1,3 @@
module Libnotify
VERSION = "0.5.6.pre2"
VERSION = "0.5.6.pre3"
end

0 comments on commit 5034ea5

Please sign in to comment.