Files
buildroot/package/gdk-pixbuf-xlib/gdk-pixbuf-xlib.mk
tiopex dcdaa3599c bump version to 2022.02.9
add miyoo_defconfig
2023-01-31 16:39:34 +01:00

17 lines
663 B
Makefile

################################################################################
#
# gdk-pixbuf-xlib
#
################################################################################
GDK_PIXBUF_XLIB_VERSION_MAJOR = 2.40
GDK_PIXBUF_XLIB_VERSION = $(GDK_PIXBUF_XLIB_VERSION_MAJOR).2
GDK_PIXBUF_XLIB_SOURCE = gdk-pixbuf-xlib-$(GDK_PIXBUF_XLIB_VERSION).tar.xz
GDK_PIXBUF_XLIB_SITE = http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf-xlib/$(GDK_PIXBUF_XLIB_VERSION_MAJOR)
GDK_PIXBUF_XLIB_LICENSE = LGPL-2.1+
GDK_PIXBUF_XLIB_LICENSE_FILES = COPYING
GDK_PIXBUF_XLIB_INSTALL_STAGING = YES
GDK_PIXBUF_XLIB_DEPENDENCIES = gdk-pixbuf xlib_libX11
$(eval $(meson-package))