kumquat-buildroot/package/x11r7/xlib_libXpresent/xlib_libXpresent.mk
Fabrice Fontaine 3bdc3f58cc package/xlib_libXpresent: new package
Needed for mpv since version 0.35.0:
3d459832a8

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[Thomas: improved thanks to feedback from a similar patch submitted by
Bernd Kuhls.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-08-09 23:03:48 +02:00

22 lines
622 B
Makefile

################################################################################
#
# xlib_libXpresent
#
################################################################################
XLIB_LIBXPRESENT_VERSION = 1.0.1
XLIB_LIBXPRESENT_SOURCE = libXpresent-$(XLIB_LIBXPRESENT_VERSION).tar.xz
XLIB_LIBXPRESENT_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXPRESENT_LICENSE = MIT
XLIB_LIBXPRESENT_LICENSE_FILES = COPYING
XLIB_LIBXPRESENT_INSTALL_STAGING = YES
XLIB_LIBXPRESENT_DEPENDENCIES = \
xlib_libX11 \
xlib_libXext \
xlib_libXfixes \
xlib_libXrandr \
xorgproto
$(eval $(autotools-package))