libXRes: Changes to 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Fri Feb 28 00:53:28 UTC 2025
.gitlab-ci.yml | 91 ++++++++++++++++++++++++++++++++++++++++--
Makefile.am | 2
configure.ac | 2
meson.build | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
meson.options | 2
xres.pc.in | 7 +--
6 files changed, 218 insertions(+), 9 deletions(-)
New commits:
commit 2aa5b0fe4b9d12e6f2a184e6cca39bd262880617
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Fri Feb 21 17:24:28 2025 -0800
meson: Add option to build with meson
Also updates the gitlab CI config to test both build types
and compare the generated output/installed files.
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxres/-/merge_requests/7>
commit 934a300481b4f9a7450509015bec2e13a635be47
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Mon Feb 17 11:52:24 2025 -0800
xres.pc: list minimum version of 1.6 for libX11 dependency
If someone is statically linking, they need a minimum version of
libX11 1.6 for the _XEatDataWords calls.
Fixes: ae0ddaa ("Remove fallback for _XEatDataWords, require libX11 1.6 for it")
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxres/-/merge_requests/7>
commit 523afb636d30d0a8b19bd9edf984b35f0981fcc2
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date: Mon Feb 17 11:40:10 2025 -0800
configure: add xproto to pkg-config dependencies list
Required for <X11/Xfuncproto.h> header
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxres/-/merge_requests/7>
More information about the xorg-commit
mailing list