graphviz: Disable perl support

It ends up peeking into build host's perl installation under /usr/include
for perl.h which infact is incorrect. Its better to either fix it to
know cross-compiling or disable it, for now chose the latter.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2024-10-27 18:06:37 -07:00
parent 290df57945
commit 1431cf1289
@@ -38,6 +38,7 @@ EXTRA_OECONF:class-target = "\
--with-expatlibdir=${STAGING_LIBDIR} \
--without-included-ltdl \
--disable-java \
--disable-perl \
--disable-tcl \
--disable-r \
--disable-sharp \