comparison lib/libinput/libinput.sh @ 819:6633bc51db0e

graphics/graphviz: fix build
author David Demelier <markand@malikania.fr>
date Wed, 21 Aug 2019 20:40:00 +0200
parents e91fbcb3d1ef
children a133976e0783
comparison
equal deleted inserted replaced
818:da72cf02710b 819:6633bc51db0e
26 26
27 : ${CC:=clang} 27 : ${CC:=clang}
28 : ${CFLAGS:=-O2} 28 : ${CFLAGS:=-O2}
29 : ${LDFLAGS:=} 29 : ${LDFLAGS:=}
30 : ${LIBS:=} 30 : ${LIBS:=}
31 : ${DOXYGEN:=no} # TODO: set to yes once graphics is fixed. 31 : ${DOXYGEN:=yes}
32 : ${WACOM:=yes} 32 : ${WACOM:=yes}
33 33
34 if [ "$DOXYGEN" = "yes" ]; then 34 if [ "$DOXYGEN" = "yes" ]; then
35 PKGDEPENDS="dev/doxygen $PKGDEPENDS" 35 PKGDEPENDS="dev/doxygen $PKGDEPENDS"
36 with_doxygen="-D documentation=true" 36 with_doxygen="-D documentation=true"