diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2015-05-22 13:12:43 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-05-22 13:48:10 +0000 |
commit | b5ab8efe01a55c634f9841f760402680e02fcfae (patch) | |
tree | f6852d256a0c2f5a6142be62190de5a77d12f194 /testing | |
parent | 35aeb5efe1de92fe2c58c02237fa55385426219a (diff) | |
download | aports-b5ab8efe01a55c634f9841f760402680e02fcfae.tar.bz2 aports-b5ab8efe01a55c634f9841f760402680e02fcfae.tar.xz |
testing/lensfun: fix build by adding glib-dev in makedepends
Diffstat (limited to 'testing')
-rw-r--r-- | testing/lensfun/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lensfun/APKBUILD b/testing/lensfun/APKBUILD index 7a983662e1..e56d65eefa 100644 --- a/testing/lensfun/APKBUILD +++ b/testing/lensfun/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="LGPL3" depends="" depends_dev="" -makedepends="py-docutils cmake doxygen libpng" +makedepends="py-docutils cmake doxygen libpng glib-dev" install="" subpackages="$pkgname-dev $pkgname-doc" source="http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz" |