diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-05-21 02:05:54 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-05-21 02:05:54 +0200 |
commit | e657acd5c693eae44217abb617cc69f4f3b7a8c5 (patch) | |
tree | 4d20cb03bb7fd37b179c2b8ee1f5adffe05de49a /testing | |
parent | 30d58a05192cde0b8eab6a72e7e485e3d0082847 (diff) | |
download | aports-e657acd5c693eae44217abb617cc69f4f3b7a8c5.tar.bz2 aports-e657acd5c693eae44217abb617cc69f4f3b7a8c5.tar.xz |
testing/liblastfm: add cmake to makedeps
Diffstat (limited to 'testing')
-rw-r--r-- | testing/liblastfm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/liblastfm/APKBUILD b/testing/liblastfm/APKBUILD index d9d1447d66..226915a99d 100644 --- a/testing/liblastfm/APKBUILD +++ b/testing/liblastfm/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="GPL3" depends="" depends_dev="qt-dev libsamplerate-dev fftw-dev" -makedepends="$depends_dev" +makedepends="$depends_dev cmake" install="" subpackages="$pkgname-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/lastfm/liblastfm/archive/$pkgver.tar.gz" |