da654a7b65
Fixes http://autobuild.buildroot.net/results/242/24297c948c0eee684e868ad4bd12f11c3a759248/ http://autobuild.buildroot.net/results/464/464fdc71690a437c1782dd8e4c75d78195bf8bfd/ http://autobuild.buildroot.net/results/77c/77c26d14c8906b44f7c3fa1b3d759556c7318a7e/ and many others ( http://autobuild.buildroot.net/?reason=xapp_bdftopcf-1.0.4 ) Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
19 lines
600 B
Makefile
19 lines
600 B
Makefile
################################################################################
|
|
#
|
|
# xapp_bdftopcf
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_BDFTOPCF_VERSION = 1.0.4
|
|
XAPP_BDFTOPCF_SOURCE = bdftopcf-$(XAPP_BDFTOPCF_VERSION).tar.bz2
|
|
XAPP_BDFTOPCF_SITE = http://xorg.freedesktop.org/releases/individual/app
|
|
XAPP_BDFTOPCF_LICENSE = MIT
|
|
XAPP_BDFTOPCF_LICENSE_FILES = COPYING
|
|
XAPP_BDFTOPCF_DEPENDENCIES = xlib_libXfont
|
|
|
|
# needed for linking against libXfont
|
|
XAPP_BDFTOPCF_MAKE_OPTS += LIBS=-ldl
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|