559df4ef28
Deprecated Xlib integration for GdkPixbuf. gdk-pixbuf-xlib has been deprecated and split off of gdk-pixbuf since version 2.42.0 and3362e94c25
resulting in the following "hidden" warnings with xscreensaver since commita7b51ed301
: Warning: GTK version 2.24.33 was found, but at least one supporting library (gdk-pixbuf-xlib-2.0) was not, so GTK can't be used. Perhaps some of the development packages are not installed? Warning: The GTK libraries do not seem to be available; the `xscreensaver-demo' program requires them. Warning: The GDK-Pixbuf library was not found. The PNG library is being used instead. Some of the demos will not use images as much as they could. You should consider installing GDK-Pixbuf and re-running configure. https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
663 B
Makefile
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))
|