diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-04-09 13:59:12 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-04-09 13:59:12 +0200 |
commit | 5008bdf84e2abe072a6995886c2f8f5b3e4aa905 (patch) | |
tree | f76dbdfec11241ba1f5ed32ca4e1f7ee362fa131 /lib/efl/native/elm/elm_config.rb | |
parent | 3135f8a9c5568125921925142735955216819611 (diff) | |
download | ffi-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_config.rb')
-rw-r--r-- | lib/efl/native/elm/elm_config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/native/elm/elm_config.rb b/lib/efl/native/elm/elm_config.rb index f8a81f9..9a4a7bb 100644 --- a/lib/efl/native/elm/elm_config.rb +++ b/lib/efl/native/elm/elm_config.rb @@ -19,7 +19,7 @@ module Efl # module Native # - ffi_lib 'elementary' + ffi_lib 'elementary.so.1' # # ENUMS # typedef enum _Elm_Softcursor_Mode {...} Elm_Softcursor_Mode; |