e10cfb1e76
Now that it is handled globally (pkg-infra: pass --disable-doc if documentation is not enabled). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
461 B
Makefile
14 lines
461 B
Makefile
################################################################################
|
|
#
|
|
# xlib_xtrans -- X.Org xtrans library
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_XTRANS_VERSION = 1.2.6
|
|
XLIB_XTRANS_SOURCE = xtrans-$(XLIB_XTRANS_VERSION).tar.bz2
|
|
XLIB_XTRANS_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
|
XLIB_XTRANS_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|