mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
https://lists.x.org/archives/xorg-announce/2025-March/003592.html
https://lists.x.org/archives/xorg-announce/2024-December/003569.html
Updated license hash due to upstream commit:
e0628f5ca2
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
17 lines
556 B
Makefile
17 lines
556 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libSM
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBSM_VERSION = 1.2.6
|
|
XLIB_LIBSM_SOURCE = libSM-$(XLIB_LIBSM_VERSION).tar.xz
|
|
XLIB_LIBSM_SITE = https://xorg.freedesktop.org/archive/individual/lib
|
|
XLIB_LIBSM_LICENSE = MIT
|
|
XLIB_LIBSM_LICENSE_FILES = COPYING
|
|
XLIB_LIBSM_INSTALL_STAGING = YES
|
|
XLIB_LIBSM_DEPENDENCIES = xlib_libICE xlib_xtrans xorgproto
|
|
XLIB_LIBSM_CONF_OPTS = --without-libuuid
|
|
|
|
$(eval $(autotools-package))
|