05a710e0d5
These flags are already defined in pkg-autotools.mk. There is no need to have them twice. [Thomas: restore += instead of = in the opus package, as suggested by Yann E. Morin.] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
554 B
Makefile
16 lines
554 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libXaw
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBXAW_VERSION = 1.0.12
|
|
XLIB_LIBXAW_SOURCE = libXaw-$(XLIB_LIBXAW_VERSION).tar.bz2
|
|
XLIB_LIBXAW_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
|
XLIB_LIBXAW_LICENSE = MIT
|
|
XLIB_LIBXAW_LICENSE_FILES = COPYING
|
|
XLIB_LIBXAW_INSTALL_STAGING = YES
|
|
XLIB_LIBXAW_DEPENDENCIES = xlib_libX11 xlib_libXt xlib_libXmu xlib_libXpm xproto_xproto
|
|
|
|
$(eval $(autotools-package))
|