diff options
author | JT Pennington <jt@obs-sec.com> | 2017-01-09 11:57:19 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-09 11:57:19 -0800 |
commit | a5847c0e019c387a2931ed8f877b155add1d35b1 (patch) | |
tree | 8cbf48597d423e5ba78ac1196565db9d88f10ac5 | |
parent | Merge remote-tracking branch 'origin/master' (diff) | |
download | lumina-a5847c0e019c387a2931ed8f877b155add1d35b1.tar.gz lumina-a5847c0e019c387a2931ed8f877b155add1d35b1.tar.bz2 lumina-a5847c0e019c387a2931ed8f877b155add1d35b1.zip |
update distro specific packages for xinput functionality
-rw-r--r-- | DEPENDENCIES | 29 |
1 files changed, 26 insertions, 3 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index ef8dbc16..6631c276 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -53,14 +53,37 @@ Optional Tools pc-sysconfig (sysutils/pcbsd-utils-qt5 - Note that the pc-sysconfig service must also be running) pc-mixer (sysutils/pcbsd-utils-qt5) - + ======================= +==== Distro Specific Required Tools ===== + ======================= + === Debian === -Required Tools xinput libxi-dev +=== Fedora === + libXi + libXi-devel + +=== Gentoo === +x11-apps/xinput +x11-libs/libxcb + +=== ArchLinux === +xf86-input-libinput +libxcb + +=== Slackware === +xinput +libxcb-xinput-devel + +=== OpenSUSE === +libxcb +libxcb-devel - +Note: Distros like Fedora and Debian package xinput.h in $PREFIX/include/X11/extensions/ instead of $PREFIX/include/xcb/ +You will need to manually create a symlink or update the sources as necessary. +Archlinux, Slackware, Gentoo, and OpenSUSE package xinput.h in $PREFIX/include/xcb/ ====OLD INFO ABOUT LINUX DEPENDENCIES==== This information needs to be checked for accuracy and added above as necessary |