summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_multibuttonentry.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_multibuttonentry.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_multibuttonentry.rb')
-rw-r--r--lib/efl/native/elm/elm_multibuttonentry.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/native/elm/elm_multibuttonentry.rb b/lib/efl/native/elm/elm_multibuttonentry.rb
index c576047..b86e5a5 100644
--- a/lib/efl/native/elm/elm_multibuttonentry.rb
+++ b/lib/efl/native/elm/elm_multibuttonentry.rb
@@ -19,7 +19,7 @@ module Efl
#
module Native
#
- ffi_lib 'elementary'
+ ffi_lib 'elementary.so.1'
#
# CALLBACKS
# typedef Eina_Bool (*Elm_Multibuttonentry_Item_Filter_Cb) (Evas_Object *obj, const char *item_label, void *item_data, void *data);