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
602 B
Makefile
15 lines
602 B
Makefile
################################################################################
|
|
#
|
|
# xproto_xf86bigfontproto -- X.Org XF86BigFont protocol headers
|
|
#
|
|
################################################################################
|
|
|
|
XPROTO_XF86BIGFONTPROTO_VERSION = 1.2.0
|
|
XPROTO_XF86BIGFONTPROTO_SOURCE = xf86bigfontproto-$(XPROTO_XF86BIGFONTPROTO_VERSION).tar.bz2
|
|
XPROTO_XF86BIGFONTPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
|
|
XPROTO_XF86BIGFONTPROTO_INSTALL_STAGING = YES
|
|
XPROTO_XF86BIGFONTPROTO_INSTALL_TARGET = NO
|
|
|
|
$(eval $(call AUTOTARGETS))
|
|
$(eval $(host-autotools-package))
|