Xorg libraries for Homebrew on Linux.
First, you need to "tap" this repository with
brew tap linuxbrew/xorg
and then you can either install the entire suite of libraries (not recommended) with:
brew install linuxbrew/xorg/xorg
or install individual libraries, for example:
brew install linuxbrew/xorg/libx11 linuxbrew/xorg/mesa
Installation proceeds according to the instructions from Linux From Scratch.
* bdftopcf * encodings * glu * iceauth
* intel-gmmlib * intel-media-driver * libdmx * libdrm
* libevdev * libfontenc * libfs * libglvnd
* libgudev * libice * libomxil-bellagio * libpciaccess
* libpthread-stubs * libsha1 * libsm * libva
* libva-intel-driver * libva-utils * libvdpau * libvdpau-va-gl
* libwacom * libx11 * libxau * libxaw
* libxaw3d * libxcb * libxcomposite * libxcursor
* libxdamage * libxdmcp * libxext * libxfixes
* libxfont * libxfont2 * libxfontcache * libxft
* libxi * libxinerama * libxkbfile * libxmu
* libxpm * libxrandr * libxrender * libxres
* libxscrnsaver * libxshmfence * libxt * libxtst
* libxv * libxvmc * libxxf86dga * libxxf86misc
* libxxf86vm * luit * mesa * mkfontscale
* mtdev * pciutils * sessreg * setxkbmap
* smproxy * umockdev * util-macros * wayland
* wayland-protocols * x11perf * xauth * xbacklight
* xbitmaps * xcb-proto * xcb-util * xcb-util-cursor
* xcb-util-image * xcb-util-keysyms * xcb-util-renderutil * xcb-util-wm
* xcmsdb * xcursor-themes * xcursorgen * xdpyinfo
* xdriinfo * xev * xgamma * xhost
* xinput * xkbcomp * xkbevd * xkbutils
* xkeyboardconfig * xkill * xlsatoms * xlsclients
* xmessage * xmodmap * xorg * xorg-cf-files
* xorg-docs * xorg-sgml-doctools * xorgproto * xpr
* xprop * xrandr * xrdb * xrefresh
* xset * xsetroot * xtrans * xvinfo
* xwd * xwininfo * xwud
And a number of font formulae.
Submit a Pull Request!
If you have hub
installed (brew install hub
if you don't) and set up,
you can do this in one step:
brew bump-formula-pr --url=NEW-URL linuxbrew/xorg/FORMULA
Submit a Pull Request!
Please feel free to submit pull requests to add new formulae to this tap. The goal of this repo is to be a one-stop shop for all X11-related needs of Homebrew on Linux.
Submit a Pull Request!
Please report any issues using... well, GitHub Issues!