diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2011-05-19 13:41:44 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2011-05-19 13:41:44 +0000 |
commit | 6ed2f8e1bdf959781a894135d1bd22d49814bc96 (patch) | |
tree | f4c16636671603c81b9b9a18c1f8b0bdbb487d8c /testing/usbip | |
parent | cf7b5f0b78d77eea52ee88402295c7684136450a (diff) | |
download | aports-6ed2f8e1bdf959781a894135d1bd22d49814bc96.tar.bz2 aports-6ed2f8e1bdf959781a894135d1bd22d49814bc96.tar.xz |
testing/usbip: fixed APKBUILD
Diffstat (limited to 'testing/usbip')
-rw-r--r-- | testing/usbip/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/usbip/APKBUILD b/testing/usbip/APKBUILD index 92400b5b9..3814e71ad 100644 --- a/testing/usbip/APKBUILD +++ b/testing/usbip/APKBUILD @@ -8,7 +8,7 @@ url="http://usbip.sourceforge.net/" arch="all" license="GPL" depends="" -depends_dev="sysfsutils-dev automake autoconf" +depends_dev="sysfsutils-dev automake autoconf libtool glib-dev" makedepends="$depends_dev" install="" subpackages="$pkgname-dev" |