Browse Source

gammu: update lazy depend

libmariadbclient is now libmariadb. Update gammu depend to reflect that.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
lilik-openwrt-22.03
Sebastian Kemper 6 years ago
parent
commit
272974aecf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/gammu/Makefile

+ 1
- 1
utils/gammu/Makefile View File

@ -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


Loading…
Cancel
Save