use optimized asm if available
[buildroot.git] / package / x11r7 / xlib_libXp / xlib_libXp.mk
blobcc5139d21538193ebd1d7300b614c80f6fceb264
1 ################################################################################
3 # xlib_libXp -- X.Org Xp library
5 ################################################################################
7 XLIB_LIBXP_VERSION = 1.0.0
8 XLIB_LIBXP_SOURCE = libXp-$(XLIB_LIBXP_VERSION).tar.bz2
9 XLIB_LIBXP_SITE = http://xorg.freedesktop.org/releases/individual/lib
10 XLIB_LIBXP_AUTORECONF = YES
11 XLIB_LIBXP_INSTALL_STAGING = YES
12 XLIB_LIBXP_DEPENDENCIES = xlib_libX11 xlib_libXau xlib_libXext xproto_printproto
13 XLIB_LIBXP_CONF_OPT = --disable-malloc0returnsnull --enable-shared --disable-static
15 $(eval $(call AUTOTARGETS,package/x11r7,xlib_libXp))