aboutsummaryrefslogtreecommitdiffstats
path: root/main/libinput
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-12-24 15:52:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-12-24 15:52:25 +0000
commitb3a6b93752146de3d6cd415398ed05e5fa639333 (patch)
tree37de56a1bc4c599439d94f0517cea8a7ebd382d5 /main/libinput
parent5c61c01983f042cf015fdf8658e1b7e92a66ddbb (diff)
downloadaports-b3a6b93752146de3d6cd415398ed05e5fa639333.tar.bz2
aports-b3a6b93752146de3d6cd415398ed05e5fa639333.tar.xz
main/libinput: build fix. needs bash
Diffstat (limited to 'main/libinput')
-rw-r--r--main/libinput/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libinput/APKBUILD b/main/libinput/APKBUILD
index 538e50c822..f682e954ad 100644
--- a/main/libinput/APKBUILD
+++ b/main/libinput/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="Library for handling input devices"
url="https://www.freedesktop.org/wiki/Software/libinput"
arch="all"
license="MIT"
-makedepends="eudev-dev libevdev-dev meson mtdev-dev"
+makedepends="eudev-dev libevdev-dev meson mtdev-dev bash"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
source="https://freedesktop.org/software/libinput/$pkgname-$pkgver.tar.xz"
builddir="$srcdir/$pkgname-$pkgver"