diff 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
line wrap: on
line diff
--- a/graphics/wayland/wayland.sh	Sun Aug 18 20:19:14 2019 +0200
+++ b/graphics/wayland/wayland.sh	Sun Aug 18 20:20:13 2019 +0200
@@ -31,7 +31,7 @@
 : ${LDFLAGS:=}
 : ${LIBS:=}
 : ${DTD:=yes}
-: ${DOXYGEN:=yes}
+: ${DOXYGEN:=no}        # TODO: set to once once doxygen is fixed
 
 if [ "$DTD" = "yes" ]; then
 	PKGDEPENDS="text/libxml2 $PKGDEPENDS"