Files
xserver/.github/scripts/macos/install-pkg.sh
Enrico Weigelt, metux IT consult c46bff10bf .guthub: macos: drop xtrans dependency
We don't need external xtrans anymore - we've now have our own
(heavily modified) copy.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-11-27 12:44:13 +01:00

38 lines
413 B
Bash
Executable File

#!/bin/sh
set -e
brew update
brew install \
autoconf \
automake \
bdftopcf \
libapplewm \
libtool \
libx11 \
libxau \
libxaw \
libxcb \
libxdmcp \
libxext \
libxfixes \
libxfont2 \
libxkbfile \
libxi \
libxmu \
libxrender \
libxt \
libxtst \
meson \
mkfontscale \
pkgconf \
pixman \
util-macros \
xdpyinfo \
xkbcomp \
xkeyboard-config \
pip3 install --break-system-packages \
mako