[PATCH wayland] configure.ac: don't install the static libraries

Emil Velikov emil.l.velikov at gmail.com
Tue Mar 13 13:43:37 UTC 2018


From: Emil Velikov <emil.velikov at collabora.com>

One should always be using the shared libraries.

Spotted while going through the Debian packaing.

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
Can we have this in the 1.5 release, please?
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index a53b6cc..26e517a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,7 @@ AM_CONDITIONAL(ENABLE_CPP_TEST, test "x$have_cpp_compiler" = "xyes")
 
 # Initialize libtool
 LT_PREREQ([2.2])
-LT_INIT
+LT_INIT([disable-static])
 
 PKG_PROG_PKG_CONFIG()
 
-- 
2.16.0



More information about the wayland-devel mailing list