mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
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>
38 lines
413 B
Bash
Executable File
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
|