diff options
author | Sodface <sod@sodface.com> | 2022-04-05 20:01:43 -0400 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2022-04-06 10:10:20 +0000 |
commit | 79a2e3b5cc1be3a50c7c1b2829c08f9779fb3f97 (patch) | |
tree | 552ea07f89933067e664d3f170fc9145d1555f5a | |
parent | 4b7d66f318fee21402c647443c1f9d2b9bb48205 (diff) |
community/touchegg: listify makedepends
-rw-r--r-- | community/touchegg/APKBUILD | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/community/touchegg/APKBUILD b/community/touchegg/APKBUILD index 6c5be7e597c..9acc23a2229 100644 --- a/community/touchegg/APKBUILD +++ b/community/touchegg/APKBUILD @@ -7,8 +7,19 @@ pkgdesc="Multitouch gesture recognizer" url="https://github.com/JoseExposito/touchegg" arch="all" license="GPL-3.0-or-later" -makedepends="cmake eudev-dev libinput-dev pugixml-dev cairo-dev libx11-dev - libxtst-dev libxrandr-dev libxi-dev glib-dev gtk+3.0-dev" +makedepends=" + cairo-dev + cmake + eudev-dev + glib-dev + gtk+3.0-dev + libinput-dev + libx11-dev + libxi-dev + libxrandr-dev + libxtst-dev + pugixml-dev + " options="!check" # No test suite subpackages="$pkgname-openrc" source="$pkgname-$pkgver.tar.gz::https://github.com/JoseExposito/touchegg/archive/$pkgver.tar.gz |