2007-08-10 21:07:51 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# xproto_compositeproto -- X.Org Composite protocol headers
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2011-04-06 12:04:08 +02:00
|
|
|
XPROTO_COMPOSITEPROTO_VERSION = 0.4.2
|
2007-08-10 21:07:51 +02:00
|
|
|
XPROTO_COMPOSITEPROTO_SOURCE = compositeproto-$(XPROTO_COMPOSITEPROTO_VERSION).tar.bz2
|
|
|
|
XPROTO_COMPOSITEPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
|
|
|
|
XPROTO_COMPOSITEPROTO_INSTALL_STAGING = YES
|
|
|
|
XPROTO_COMPOSITEPROTO_INSTALL_TARGET = NO
|
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|