69e64c42b7
This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS,host))/$(eval $(host-generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS,host))/$(eval $(host-autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS,host))/$(eval $(host-cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
557 B
Makefile
15 lines
557 B
Makefile
################################################################################
|
|
#
|
|
# xproto_xcmiscproto -- X.Org XCMisc protocol headers
|
|
#
|
|
################################################################################
|
|
|
|
XPROTO_XCMISCPROTO_VERSION = 1.2.0
|
|
XPROTO_XCMISCPROTO_SOURCE = xcmiscproto-$(XPROTO_XCMISCPROTO_VERSION).tar.bz2
|
|
XPROTO_XCMISCPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
|
|
XPROTO_XCMISCPROTO_INSTALL_STAGING = YES
|
|
XPROTO_XCMISCPROTO_INSTALL_TARGET = NO
|
|
|
|
$(eval $(call AUTOTARGETS))
|
|
$(eval $(host-autotools-package))
|