summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-11-28 16:47:24 -0500
committerVincent Grande2020-11-28 16:47:24 -0500
commit62ea0c07575c2333d4cd38979699bbcade79e6b8 (patch)
treef726d0ea508302eb81ad0c37fc432cd3606e06fd
parent2f8cf2f9edaed28820c9466e42e9f27bb3a5659a (diff)
downloadaur-62ea0c07575c2333d4cd38979699bbcade79e6b8.tar.gz
update optdepends
-rw-r--r--.SRCINFO1
-rwxr-xr-xPKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fcf86f1c315..0b3d9ee2f401 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -30,7 +30,6 @@ pkgbase = sdl2-minimal-hg
optdepends = tslib: Touchscreen support
optdepends = wayland: wayland support
optdepends = wayland-protocols: wayland support
- optdepends = hidapi: hidapi support
optdepends = mesa: open source graphics support
optdepends = hidapi: modern controller support
provides = sdl2
diff --git a/PKGBUILD b/PKGBUILD
index 150fbf05a39b..6ffc6426da55 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,6 @@ optdepends=('alsa-lib: ALSA audio driver'
'tslib: Touchscreen support'
'wayland: wayland support'
'wayland-protocols: wayland support'
- 'hidapi: hidapi support'
'mesa: open source graphics support'
'hidapi: modern controller support')
source=("hg+https://hg.libsdl.org/SDL#branch=default")