comparison graphics/wayland/wayland.sh @ 805:5c489ef232dc

graphics/wayland: disable DOXYGEN for now
author David Demelier <markand@malikania.fr>
date Sun, 18 Aug 2019 20:20:13 +0200
parents 59a2fa6992bc
children 0e6c54d47dfb
comparison
equal deleted inserted replaced
804:149d4199e052 805:5c489ef232dc
29 : ${CC:=clang} 29 : ${CC:=clang}
30 : ${CFLAGS:=-O2} 30 : ${CFLAGS:=-O2}
31 : ${LDFLAGS:=} 31 : ${LDFLAGS:=}
32 : ${LIBS:=} 32 : ${LIBS:=}
33 : ${DTD:=yes} 33 : ${DTD:=yes}
34 : ${DOXYGEN:=yes} 34 : ${DOXYGEN:=no} # TODO: set to once once doxygen is fixed
35 35
36 if [ "$DTD" = "yes" ]; then 36 if [ "$DTD" = "yes" ]; then
37 PKGDEPENDS="text/libxml2 $PKGDEPENDS" 37 PKGDEPENDS="text/libxml2 $PKGDEPENDS"
38 with_dtd="--enable-dtd-validation" 38 with_dtd="--enable-dtd-validation"
39 else 39 else