summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_fileselector.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-04-09 13:59:12 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2013-04-09 13:59:12 +0200
commit5008bdf84e2abe072a6995886c2f8f5b3e4aa905 (patch)
treef76dbdfec11241ba1f5ed32ca4e1f7ee362fa131 /lib/efl/native/elm/elm_fileselector.rb
parent3135f8a9c5568125921925142735955216819611 (diff)
downloadffi-efl-5008bdf84e2abe072a6995886c2f8f5b3e4aa905.zip
ffi-efl-5008bdf84e2abe072a6995886c2f8f5b3e4aa905.tar.gz
add suffix .so.1 to ffi_lib calls so that dep to -dev .deb is removed
Diffstat (limited to 'lib/efl/native/elm/elm_fileselector.rb')
-rw-r--r--lib/efl/native/elm/elm_fileselector.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/native/elm/elm_fileselector.rb b/lib/efl/native/elm/elm_fileselector.rb
index cebe4bb..6c86789 100644
--- a/lib/efl/native/elm/elm_fileselector.rb
+++ b/lib/efl/native/elm/elm_fileselector.rb
@@ -19,7 +19,7 @@ module Efl
#
module Native
#
- ffi_lib 'elementary'
+ ffi_lib 'elementary.so.1'
#
# ENUMS
# typedef enum {...} Elm_Fileselector_Mode;