xref: /OK3568_Linux_fs/buildroot/package/x11r7/xlib_libSM/xlib_libSM.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# xlib_libSM
4#
5################################################################################
6
7XLIB_LIBSM_VERSION = 1.2.3
8XLIB_LIBSM_SOURCE = libSM-$(XLIB_LIBSM_VERSION).tar.bz2
9XLIB_LIBSM_SITE = http://xorg.freedesktop.org/releases/individual/lib
10XLIB_LIBSM_LICENSE = MIT
11XLIB_LIBSM_LICENSE_FILES = COPYING
12XLIB_LIBSM_INSTALL_STAGING = YES
13XLIB_LIBSM_DEPENDENCIES = xlib_libICE xlib_xtrans xorgproto
14XLIB_LIBSM_CONF_OPTS = --without-libuuid
15
16$(eval $(autotools-package))
17