aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* build: drop autotoolsSimon Ser2021-03-051-202/+0
| | | | | | Meson now replaces autotools. Signed-off-by: Simon Ser <contact@emersion.fr>
* build: re-open master for regular developmentSimon Ser2021-01-271-1/+1
|
* build: bump to version 1.19.0 for the official release1.19.0Simon Ser2021-01-271-2/+2
|
* build: bump to 1.18.93 for the RC1 release1.18.93Simon Ser2021-01-201-1/+1
|
* build: bump to version 1.18.92 for the beta release1.18.92Simon Ser2021-01-061-1/+1
|
* build: bump to version 1.18.91 for the alpha release1.18.91Simon Ser2020-12-211-1/+1
|
* doc/man: remove manually written man pagesSimon Ser2020-04-161-1/+0
| | | | | | | | | There is only one page written. Having manually-written man pages duplicates information with doc comments. Besides, man pages are already generated by Doxygen. Signed-off-by: Simon Ser <contact@emersion.fr> Closes: https://gitlab.freedesktop.org/wayland/wayland/-/issues/156
* build: re-open master for regular developmentSimon Ser2020-02-121-1/+1
|
* build: bump to version 1.18.0 for the official release1.18.0Simon Ser2020-02-121-2/+2
|
* build: bump to version 1.17.93 for the RC1 release1.17.93Simon Ser2020-02-051-1/+1
|
* build: bump to version 1.17.92 for the beta release1.17.92Simon Ser2020-01-281-1/+1
|
* build: bump to version 1.17.91 for the alpha release1.17.91Simon Ser2020-01-211-1/+1
|
* scanner: Add configure check for strndupJoshua Watt2019-11-051-1/+1
| | | | | | | Some platforms may not have strndup() (e.g. MinGW), so provide a equivalent implementation if it's not found. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
* cursor: Use memfd_create() when availableEmmanuel Gil Peyrot2019-07-211-1/+1
| | | | | | | | | | | | | | | This (so-far) Linux-only API lets users create file descriptors purely in memory, without any backing file on the filesystem and the race condition which could ensue when unlink()ing it. It also allows seals to be placed on the file, ensuring to every other process that we won’t be allowed to shrink the contents, potentially causing a SIGBUS when they try reading it. This patch is best viewed with the -w option of git log -p. Signed-off-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Reviewed-by: Simon Ser <contact@emersion.fr>
* docs: Abort configure if docbook-xsl package is missingHarish Krupo2019-04-191-13/+13
| | | | | | | | | | | | | | The docbook-xsl package includes all the stylesheets required to build the docs without internet access. Test: One way to emulate missing style sheets is to move /etc/xml/catalog file to a different location. Doing so should cause configure to fail with "checking for docbook stylesheets... no" v2: add AC_MSG_RESULT (Pekka) Signed-off-by: Harish Krupo <harishkrupo@gmail.com>
* configure.ac: reopen master for regular developmentPekka Paalanen2019-04-081-1/+1
| | | | Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
* configure: detect libdl and librtLeonid Bobrov2019-04-061-0/+6
| | | | Signed-off-by: Leonid Bobrov <mazocomp@disroot.org>
* configure.ac: bump to version 1.17.0 for the official release1.17.0Derek Foreman2019-03-201-2/+2
|
* configure.ac: bump version to 1.16.93 for the RC1 release1.16.93Derek Foreman2019-03-131-1/+1
|
* configure.ac: bump to version 1.16.92 for the beta release1.16.92Derek Foreman2019-03-051-1/+1
|
* configure.ac: bump version to 1.16.91 for the alpha release1.16.91Derek Foreman2019-02-191-1/+1
|
* configure.ac: Reopen master for regular developmentDerek Foreman2018-08-241-1/+1
|
* configure.ac: bump to version 1.16.0 for the official release1.16.01.16Derek Foreman2018-08-241-2/+2
|
* configure.ac: bump to version 1.15.94 for the RC2 release1.15.94Derek Foreman2018-08-171-1/+1
|
* configure.ac: bump to version 1.15.93 for the RC1 release1.15.93Derek Foreman2018-08-101-1/+1
|
* configure.ac: bump to version 1.15.92 for the beta release1.15.92Derek Foreman2018-07-271-1/+1
|
* build: Remove support for non-pkg-config ExpatDaniel Stone2018-07-261-10/+1
| | | | | | | | | | | | | | The Expat XML library has shipped a pkg-config file for long enough to be in Debian's oldstable (Jessie, April 2015) and Ubuntu's oldest supported LTS (Trusty, 14.04). The pkg-config file was added in Expat upstream's commit 352cfc8f59a7, in September 2007. Drop build support for versions of Expat which do not ship a pkg-config file. Signed-off-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Derek Foreman <derek.foreman.samsung@gmail.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
* build: Remove execinfo.h checkDaniel Stone2018-07-261-1/+0
| | | | | | | | | | | | | The check for the execinfo.h header is only advisory; the build will not fail if it is not present, and set HAVE_EXECINFO_H if it is. The check was added in commit bc3e020475e ("build: Add declaration checks to check for required syscall flags") with no obvious use or reasoning. Remove the no-op check. Signed-off-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Derek Foreman <derek.foreman.samsung@gmail.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
* configure.ac: bump to version 1.15.91 for the alpha release1.15.91Derek Foreman2018-07-131-1/+1
|
* doc: Update URLs for GitLab transitionDaniel Stone2018-06-111-2/+2
| | | | | | | | Update bug and Git URLs for GitLab; the site has also been served over HTTPS for quite some time. Signed-off-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
* configure.ac: Reopen master for regular developmentDerek Foreman2018-04-091-1/+1
|
* configure.ac: bump to version 1.15.0 for the official release1.15.01.15Derek Foreman2018-04-091-2/+2
|
* configure.ac: bump to version 1.14.93 for the RC1 release1.14.93Derek Foreman2018-04-021-1/+1
|
* configure.ac: bump to version 1.14.92 for the beta release1.14.92Derek Foreman2018-03-191-1/+1
|
* configure.ac: don't install the static librariesEmil Velikov2018-03-161-1/+1
| | | | | | | | | | One should always be using the shared libraries. Spotted while going through the Debian packaing. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Acked-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
* tests: disable coredumps on sanity-testPekka Paalanen2018-03-151-1/+2
| | | | | | | | | | | | SEGV and ABRT by default cause a core dump, which may create a file, launch crash handlers, and so on. sanity-test has 21 processes that are expected to crash like this. Disable core dumps on them all. I counted 21 entries in coredumpctl list, while only 16 functions needed patching. After this patch no entries appear in coredumpctl list. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Daniel Stone <daniels@collabora.com>
* configure.ac: bump to version 1.14.91 for the alpha release1.14.91Derek Foreman2018-02-261-1/+1
|
* wayland-egl: use correct `nm` path when cross-compilingEmil Velikov2018-02-231-0/+1
| | | | | | | | | Inspired by Heiko Becker and Eric's work in libdrm and Mesa respectively. Cc: Eric Engestrom <eric.engestrom@imgtec.com> Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Daniel Stone <daniels@collabora.com>
* build: wire-up wayland-eglEmil Velikov2018-02-091-0/+2
| | | | | | | | | | | | Wire-up the imported sources, test and pkg-config files. v2: - Don't mangle with existing EXTRA_DIST list - Add the symbols check script to the `make check' target - Rename wayland-egl-{priv,backend}.h Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Arnaud Vrac <avrac@freebox.fr>
* Reopen master for regular developmentBryce Harrington2017-08-081-1/+1
| | | | A 1.14 branch has been established for stable release work.
* configure.ac: bump to version 1.14.0 for the official release1.14.01.14Bryce Harrington2017-08-081-2/+2
|
* configure.ac: bump to version 1.13.93 for the RC1 release1.13.93Bryce Harrington2017-08-011-1/+1
|
* configure.ac: bump to version 1.13.92 for the beta release1.13.92Bryce Harrington2017-07-251-1/+1
|
* configure.ac: bump to version 1.13.91 for the alpha release1.13.91Bryce Harrington2017-07-111-1/+1
|
* configure.ac: bump version to 1.13.90 for open developmentBryce Harrington2017-02-211-1/+1
| | | | Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
* configure.ac: bump to version 1.13.0 for the official release1.13.01.13Bryce Harrington2017-02-211-2/+2
|
* configure.ac: bump to version 1.12.93 for the RC1 release1.12.93Bryce Harrington2017-02-141-1/+1
|
* configure.ac: bump to version 1.12.92 for the beta release1.12.92Bryce Harrington2017-02-071-1/+1
|
* configure.ac: bump to version 1.12.91 for the alpha release1.12.91Bryce Harrington2017-01-241-1/+1
|
* configure.ac: bump version to 1.12.90 for open developmentBryce Harrington2016-09-221-1/+1
| | | | Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>