mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
https://lists.x.org/archives/xorg-announce/2024-November/003549.html https://lists.x.org/archives/xorg-announce/2024-March/003465.html Switched _SITE to URL mentioned in latest release notes. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
22 lines
811 B
Makefile
22 lines
811 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libXcursor
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBXCURSOR_VERSION = 1.2.3
|
|
XLIB_LIBXCURSOR_SOURCE = libXcursor-$(XLIB_LIBXCURSOR_VERSION).tar.xz
|
|
XLIB_LIBXCURSOR_SITE = https://xorg.freedesktop.org/archive/individual/lib
|
|
XLIB_LIBXCURSOR_LICENSE = MIT
|
|
XLIB_LIBXCURSOR_LICENSE_FILES = COPYING
|
|
XLIB_LIBXCURSOR_INSTALL_STAGING = YES
|
|
XLIB_LIBXCURSOR_CPE_ID_VENDOR = x
|
|
XLIB_LIBXCURSOR_CPE_ID_PRODUCT = libxcursor
|
|
XLIB_LIBXCURSOR_DEPENDENCIES = xlib_libX11 xlib_libXfixes xlib_libXrender xorgproto
|
|
HOST_XLIB_LIBXCURSOR_DEPENDENCIES = \
|
|
host-xlib_libX11 host-xlib_libXfixes host-xlib_libXrender \
|
|
host-xorgproto
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|