mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-24 22:50:05 +01:00
Disable static libraries
Our static library leaks symbols like crazy, some of which are likely conflicts with users of this library (log_msg, open_restricted, ...). Disale static linking by default so we don't have to spend time debugging this. Related to: https://bugs.freedesktop.org/show_bug.cgi?id=82292 https://bugs.freedesktop.org/show_bug.cgi?id=82785 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
ad13bac1f4
commit
f5e014f8b0
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ libinput_la_CFLAGS = -I$(top_srcdir)/include \
|
|||
$(LIBEVDEV_CFLAGS) \
|
||||
$(GCC_CFLAGS)
|
||||
|
||||
libinput_la_LDFLAGS = -version-info $(LIBINPUT_LT_VERSION)
|
||||
libinput_la_LDFLAGS = -version-info $(LIBINPUT_LT_VERSION) -shared
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = libinput.pc
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue