Re: [weston] configure.ac: Add support for new versions of systemd

2015-03-12 Thread Javier Jardón
libsystemd.pc Regards, -- Javier Jardón Cabezas ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

[weston v2] configure.ac: Add support for new versions of systemd

2015-03-12 Thread Javier Jardón
... that only provide a unique libsystemd.pc file --- configure.ac | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index d9d8d8f..5f2cbc1 100644 --- a/configure.ac +++ b/configure.ac @@ -341,14 +341,21 @@

[weston] configure.ac: Add support for new versions of systemd

2015-03-10 Thread Javier Jardón
... that only provide a unique libsystemd.pc file --- configure.ac | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d9d8d8f..561c380 100644 --- a/configure.ac +++ b/configure.ac @@ -347,8 +347,12 @@ AS_IF([test x$have_systemd_login =

[weston V2 1/2] Check for math (m) and real time (rt) libraries

2014-10-30 Thread Javier Jardón
--- Makefile.am | 19 +-- configure.ac | 6 ++ 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1e7cc81..1557953 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,7 @@ weston_LDFLAGS = -export-dynamic weston_CPPFLAGS =

[weston V2 2/2] Use AC_SEARCH_LIBS instead of AC_CHECK_LIBS for dl, jpeg, pam

2014-10-30 Thread Javier Jardón
--- Makefile.am | 8 +++- configure.ac | 23 ++- 2 files changed, 9 insertions(+), 22 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1557953..077efbc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,7 @@ weston_LDFLAGS = -export-dynamic

[weston] Makefile.am: Link weston_multi_resource against rt library

2014-10-27 Thread Javier Jardón
This fixes this build failure: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.3/../../../../x86_64-unknown-linux-gnu/bin/ld: clients/weston_multi_resource-multi-resource.o: undefined reference to symbol 'clock_gettime@@GLIBC_2.2.5'