Bug 90002 - LibreOffice requires OpenGL even with --disable-opengl passed to configure
Summary: LibreOffice requires OpenGL even with --disable-opengl passed to configure
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
4.4.1.2 release
Hardware: Other All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-14 12:59 UTC by cjarry
Modified: 2015-03-14 14:38 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cjarry 2015-03-14 12:59:55 UTC
I have tried to build LibreOffice 4.4.1.2 on mips64el with:

./configure \
    --prefix=/usr \
    --disable-cups \
    --without-java \
    --with-krb5=no \
    --with-gssapi=no \
    --disable-gconf \
    --disable-gtk \
    --disable-gstreamer-1-0 \
    --enable-python=no \
    --disable-opengl \
    --with-system-boost \
    --with-system-cairo

make

The 'make' command fails with:

[build C  ] UnpackedTarball/jpeg/jdmaster.c
/usr/lib/gcc/mips64el-unknown-linux-gnu/4.7.3/../../../../mips64el-unknown-linux-gnu/bin/ld: cannot find -lGL
collect2: error: ld returned 1 exit status
Makefile:108: recipe for target 'lib/libGLEW.so.1.10.0' failed
make[2]: *** [lib/libGLEW.so.1.10.0] Error 1
make[2]: *** Waiting for unfinished jobs....
/usr/src/libreoffice/libreoffice-4.4.1.2/external/glew/ExternalProject_glew.mk:26: recipe for target '/usr/src/libreoffice/libreoffice-4.4.1.2/workdir/ExternalProject/glew/build' failed
make[1]: *** [/usr/src/libreoffice/libreoffice-4.4.1.2/workdir/ExternalProject/glew/build] Error 1
Comment 1 Markus Mohrhard 2015-03-14 14:38:43 UTC
The --disable-opengl is only for the opengl canvas and will be removed in a bit. There is a hard build time requirement for OpenGL now.