https://bugs.documentfoundation.org/show_bug.cgi?id=151444

--- Comment #4 from Kevin Suo <[email protected]> ---
I am not sure, but from:

scp2/source/python/module_python.scp:

#ifdef ENABLE_LIBRELOGO
    PackageInfo = "packinfo_office.txt";
#else
    PackageInfo = "packinfo_librelogo_disabled.txt";
#endif

if ENABLE_LIBRELOGO is defined then packinfo_office.txt is used. However, even
if --disable-librelogo is not there in autogen.input, the macro
ENABLE_LIBRELOGO is always set in config_host/config_python.h.in. I think that
is the problem?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to