Kaydet (Commit) 2bf8469c authored tarafından Thorsten Behrens's avatar Thorsten Behrens

Fix headless build on Linux

Conditional-compile some OpenGL-ness that crept in

Change-Id: I8d12f34db3b4875470a0d81e9ef6a1654153b206
Reviewed-on: https://gerrit.libreoffice.org/63676
Tested-by: Jenkins
Reviewed-by: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
üst 29693c9c
...@@ -28,7 +28,9 @@ ...@@ -28,7 +28,9 @@
#include <sal/log.hxx> #include <sal/log.hxx>
#include <vcl/inputtypes.hxx> #include <vcl/inputtypes.hxx>
#include <vcl/opengl/OpenGLContext.hxx> #ifndef LIBO_HEADLESS
# include <vcl/opengl/OpenGLContext.hxx>
#endif
#include <headless/svpinst.hxx> #include <headless/svpinst.hxx>
#include <headless/svpframe.hxx> #include <headless/svpframe.hxx>
......
...@@ -35,7 +35,9 @@ ...@@ -35,7 +35,9 @@
#include <vcl/sysdata.hxx> #include <vcl/sysdata.hxx>
#include <vcl/unohelp.hxx> #include <vcl/unohelp.hxx>
#include <vcl/controllayout.hxx> #include <vcl/controllayout.hxx>
#include <vcl/opengl/OpenGLHelper.hxx> #ifdef MACOSX
# include <vcl/opengl/OpenGLHelper.hxx>
#endif
#include <outdata.hxx> #include <outdata.hxx>
#include <outdev.h> #include <outdev.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment