164b022147
- Use gitlab to retrieve latest version - Switch to meson-package as configure is not shipped anymore - Update indentation in hash file (two spaces) https://gitlab.freedesktop.org/cairo/cairomm/-/blob/1.16.1/NEWS Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
529 B
Makefile
16 lines
529 B
Makefile
################################################################################
|
|
#
|
|
# cairomm
|
|
#
|
|
################################################################################
|
|
|
|
CAIROMM_VERSION = 1.16.1
|
|
CAIROMM_LICENSE = LGPL-2.0+
|
|
CAIROMM_LICENSE_FILES = COPYING
|
|
CAIROMM_SITE = https://gitlab.freedesktop.org/cairo/cairomm/-/archive/$(CAIROMM_VERSION)
|
|
CAIROMM_INSTALL_STAGING = YES
|
|
CAIROMM_DEPENDENCIES = cairo libglib2 libsigc host-pkgconf
|
|
CAIROMM_CONF_OPTS = -Dbuild-examples=false -Dbuild-tests=false
|
|
|
|
$(eval $(meson-package))
|