396c251325
Switch to meson-package as configure is not shipped anymore
This will fix the following build failure raised since bump of glibmm to
version 2.68.2 in commit dddb65efbd
:
Package 'glibmm-2.4', required by 'virtual:world', not found
https://gitlab.gnome.org/GNOME/atkmm/-/blob/2.36.1/NEWS
Fixes:
- http://autobuild.buildroot.org/results/0c4932738aa509f582074f399dfbe1c70ac74070
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
574 B
Makefile
17 lines
574 B
Makefile
################################################################################
|
|
#
|
|
# atkmm
|
|
#
|
|
################################################################################
|
|
|
|
ATKMM_VERSION_MAJOR = 2.36
|
|
ATKMM_VERSION = $(ATKMM_VERSION_MAJOR).1
|
|
ATKMM_SOURCE = atkmm-$(ATKMM_VERSION).tar.xz
|
|
ATKMM_SITE = http://ftp.gnome.org/pub/gnome/sources/atkmm/$(ATKMM_VERSION_MAJOR)
|
|
ATKMM_LICENSE = LGPL-2.1+ (library), GPL-2.0+ (tools)
|
|
ATKMM_LICENSE_FILES = COPYING COPYING.tools
|
|
ATKMM_INSTALL_STAGING = YES
|
|
ATKMM_DEPENDENCIES = atk glibmm libsigc host-pkgconf
|
|
|
|
$(eval $(meson-package))
|