aaffd209fa
To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS, make the same change for FOO_CONF_OPT. Sed command used: find * -type f | xargs sed -i 's#_CONF_OPT\>#&S#g' Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
561 B
Makefile
17 lines
561 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libSM
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBSM_VERSION = 1.2.2
|
|
XLIB_LIBSM_SOURCE = libSM-$(XLIB_LIBSM_VERSION).tar.bz2
|
|
XLIB_LIBSM_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
|
XLIB_LIBSM_LICENSE = MIT
|
|
XLIB_LIBSM_LICENSE_FILES = COPYING
|
|
XLIB_LIBSM_INSTALL_STAGING = YES
|
|
XLIB_LIBSM_DEPENDENCIES = xlib_libICE xlib_xtrans xproto_xproto
|
|
XLIB_LIBSM_CONF_OPTS = --without-libuuid
|
|
|
|
$(eval $(autotools-package))
|