summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorInfinityGhost2020-07-12 16:15:20 -0400
committerInfinityGhost2020-07-12 16:15:20 -0400
commitb0d9ab58f5bbdeae8c63d6682681082fa514e320 (patch)
treef53b518fc981359797ac943c12e80c726e90f82e /PKGBUILD
parentd4de6e9897e9d7bc689d0757b281ded0e4472e85 (diff)
downloadaur-b0d9ab58f5bbdeae8c63d6682681082fa514e320.tar.gz
libxrandr, libx11 -> optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c5405cabd2b..d917f9a75a34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ pkgdesc="A cross-platform open source tablet driver"
arch=('x86_64')
url="https://github.com/InfinityGhost/OpenTabletDriver"
license=('GPL')
-depends=('dotnet-runtime>=3.0' 'dotnet-host>=3.0' 'fontconfig' 'gtk3' 'libappindicator-gtk3' 'libevdev' 'libxrandr' 'libx11')
+depends=('dotnet-runtime>=3.0' 'dotnet-host>=3.0' 'fontconfig' 'gtk3' 'libappindicator-gtk3' 'libevdev')
+optdepends=('libxrandr: x11 display querying support' 'libx11')
makedepends=('git' 'dotnet-sdk>=3.0')
provides=("opentabletdriver")
conflicts=("opentabletdriver")