a70e0bdfda
Release notes: https://lists.x.org/archives/xorg-announce/2022-December/003307.html Switched tarball to xz, updated _SITE. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
556 B
Makefile
17 lines
556 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libSM
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBSM_VERSION = 1.2.4
|
|
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))
|