mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-09 03:48:04 +02:00
doc: specify 1.6.1 as the minimum version for doxygen.
Older versions generate filenames that are different from
the ones listed in the Makefile.
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Keith Packard <keithp@keithp.com>
(cherry picked from commit 6150595bdb)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
a68b0e27b6
commit
50ddc4af59
1 changed files with 3 additions and 3 deletions
|
|
@ -34,10 +34,10 @@ AM_MAINTAINER_MODE
|
|||
|
||||
# Require xorg-macros: XORG_DEFAULT_OPTIONS
|
||||
m4_ifndef([XORG_MACROS_VERSION],
|
||||
[m4_fatal([must install xorg-macros 1.5 or later before running autoconf/autogen])])
|
||||
XORG_MACROS_VERSION(1.5)
|
||||
[m4_fatal([must install xorg-macros 1.6 or later before running autoconf/autogen])])
|
||||
XORG_MACROS_VERSION(1.6)
|
||||
XORG_DEFAULT_OPTIONS
|
||||
XORG_WITH_DOXYGEN
|
||||
XORG_WITH_DOXYGEN(1.6.1)
|
||||
|
||||
m4_ifndef([XORG_FONT_MACROS_VERSION], [m4_fatal([must install fontutil 1.1 or later before running autoconf/autogen])])
|
||||
XORG_FONT_MACROS_VERSION(1.1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue