e43e6bf1ef
Doxygen switched to cmake with release 1.8.10: http://www.stack.nl/~dimitri/doxygen/manual/changelog.html#log_1_8_10 and added support for flex 2.6.0 with release 1.8.11: http://www.stack.nl/~dimitri/doxygen/manual/changelog.html#log_1_8_11 Fixes http://autobuild.buildroot.net/results/ba1/ba1444709523c59393aaaa3710e9933bafacc6b5/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
448 B
Makefile
15 lines
448 B
Makefile
################################################################################
|
|
#
|
|
# doxygen
|
|
#
|
|
################################################################################
|
|
|
|
DOXYGEN_VERSION = 1.8.13
|
|
DOXYGEN_SOURCE = doxygen-$(DOXYGEN_VERSION).src.tar.gz
|
|
DOXYGEN_SITE = http://ftp.stack.nl/pub/users/dimitri
|
|
DOXYGEN_LICENSE = GPL-2.0
|
|
DOXYGEN_LICENSE_FILES = LICENSE
|
|
HOST_DOXYGEN_DEPENDENCIES = host-flex host-bison
|
|
|
|
$(eval $(host-cmake-package))
|