mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 06:45:15 +00:00
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:
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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user