Completa la cadena X11 para habilitar QT_FEATURE_xcb=ON en qtbase (deuda Qt-xcb, task #6). SHAs reales x.org. libxkbcommon override (enable-x11=true → libxkbcommon-x11.so). GOTCHA .pc transitivo (libXau/libXdmcp) en las 8. Prepara la cascada Qt-xcb (idéntica a la SSL). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
27 lines
902 B
TOML
27 lines
902 B
TOML
# libXrender 0.9.12 — cliente de la extensión X RENDER (xrender.pc).
|
|
# Capa 0 campaña KDE (ADR 0011): eslabón de la cadena Qt-xcb (QT_FEATURE_xcb=ON); usado por el
|
|
# backend de render de la QPA xcb de Qt. Autotools sobre libX11.
|
|
name = "libXrender"
|
|
version = "0.9.12"
|
|
|
|
[source]
|
|
tarball = "https://xorg.freedesktop.org/releases/individual/lib/libXrender-0.9.12.tar.xz"
|
|
sha256 = "b832128da48b39c8d608224481743403ad1691bf4e554e4be9c174df171d1b97"
|
|
|
|
[build]
|
|
compiler = "zig-cc"
|
|
target = "x86_64-linux-musl"
|
|
link = "dynamic"
|
|
zig_version = "0.13.0"
|
|
|
|
[build.phases]
|
|
configure = '''
|
|
PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig \
|
|
./configure --prefix=/usr --disable-static --enable-shared
|
|
'''
|
|
compile = "make -j\"$(nproc)\""
|
|
install = "make install DESTDIR=/out"
|
|
|
|
[deps]
|
|
build = ["pkgconf", "python3", "util-macros", "xorgproto", "libX11", "libxcb", "libXau", "libXdmcp"]
|