kumquat-buildroot/package/libqmi/libqmi.mk
Matt Weber 2ef966fb30 package/libqmi: bump version to 1.18.0
udev support was added with this bump, however
the support was disabled, as Buildroot currently
doesn't support the gudev package.  libqmi is
looking for the Gobject bindings provided by
that package to access libudev.

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-04-27 15:27:51 +02:00

20 lines
605 B
Makefile

################################################################################
#
# libqmi
#
################################################################################
LIBQMI_VERSION = 1.18.0
LIBQMI_SITE = http://www.freedesktop.org/software/libqmi
LIBQMI_SOURCE = libqmi-$(LIBQMI_VERSION).tar.xz
LIBQMI_LICENSE = LGPL-2.0+ (library), GPL-2.0+ (programs)
LIBQMI_LICENSE_FILES = COPYING
LIBQMI_INSTALL_STAGING = YES
LIBQMI_DEPENDENCIES = libglib2
# we don't want -Werror and disable gudev Gobject bindings
LIBQMI_CONF_OPTS = --enable-more-warnings=no --without-udev
$(eval $(autotools-package))