diff options
-rw-r--r-- | testing/libsyncml/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libsyncml/APKBUILD b/testing/libsyncml/APKBUILD index e10642d3e4..0d8617113c 100644 --- a/testing/libsyncml/APKBUILD +++ b/testing/libsyncml/APKBUILD @@ -6,7 +6,7 @@ pkgdesc="Implementation of the SyncML protocol" url="http://libsyncml.opensync.org/" license="LGPL-2.1" depends= -makedepends="glib-dev libxml2-dev libwbxml-dev openobex-dev bluez-dev" +makedepends="glib-dev libxml2-dev libwbxml-dev openobex-dev bluez-dev cmake" install= subpackages="$pkgname-dev" source="http://downloads.sourceforge.net/libsyncml/libsyncml-$pkgver.tar.bz2" |