From: Sebastian Kemper Date: Sat, 30 Jun 2018 08:12:42 +0000 (+0200) Subject: gammu: update lazy depend X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=272974aecfadca807c93d1dd2e974cde7b13e940;p=openwrt-packages.git gammu: update lazy depend libmariadbclient is now libmariadb. Update gammu depend to reflect that. Signed-off-by: Sebastian Kemper --- diff --git a/utils/gammu/Makefile b/utils/gammu/Makefile index 825ad1859..bde3fe432 100644 --- a/utils/gammu/Makefile +++ b/utils/gammu/Makefile @@ -31,7 +31,7 @@ define Package/gammu URL:=http://dl.cihar.com/gammu/releases/ DEPENDS:=+libpthread +libcurl +glib2 $(ICONV_DEPENDS) $(INTL_DEPENDS) DEPENDS+=+PACKAGE_python:python +PACKAGE_bluez-libs:bluez-libs - DEPENDS+=+PACKAGE_libmariadbclient:libmariadbclient +PACKAGE_unixodbc:unixodbc +PACKAGE_libpq:libpq + DEPENDS+=+PACKAGE_libmariadb:libmariadb +PACKAGE_unixodbc:unixodbc +PACKAGE_libpq:libpq DEPENDS+=+PACKAGE_libusb-1.0:libusb-1.0 endef