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

2018-03-16 Thread Pekka Paalanen
On Wed, 14 Mar 2018 19:00:22 +1000
Peter Hutterer  wrote:

> On Tue, Mar 13, 2018 at 01:43:37PM +, Emil Velikov wrote:
> > From: Emil Velikov 
> > 
> > One should always be using the shared libraries.
> > 
> > Spotted while going through the Debian packaing.
> > 
> > Signed-off-by: Emil Velikov 
> > ---
> > Can we have this in the 1.5 release, please?  

Emil, I assume you meant 1.15 - sure!


> Reviewed-by: Peter Hutterer 

Definitely the right thing to do, pushed:
   371c26d..f34af17  master -> master


Thanks,
pq

> > ---
> >  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])
> >  


pgpAI_yJn9Mzy.pgp
Description: OpenPGP digital signature
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel


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

2018-03-14 Thread Peter Hutterer
On Tue, Mar 13, 2018 at 01:43:37PM +, Emil Velikov wrote:
> From: Emil Velikov 
> 
> One should always be using the shared libraries.
> 
> Spotted while going through the Debian packaing.
> 
> Signed-off-by: Emil Velikov 
> ---
> Can we have this in the 1.5 release, please?

Reviewed-by: Peter Hutterer 
> ---
>  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
> 
> ___
> wayland-devel mailing list
> wayland-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/wayland-devel
> 
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel


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

2018-03-13 Thread Emil Velikov
From: Emil Velikov 

One should always be using the shared libraries.

Spotted while going through the Debian packaing.

Signed-off-by: Emil Velikov 
---
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

___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel