diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-02-22 23:52:54 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-02-23 08:41:11 +0100 |
commit | ce43b10ccac41d352bcbf3a40e36360c3d0483c2 (patch) | |
tree | e2ebe62e3b98ad5d066ac86392fb530da4acdd83 /desktop/unx | |
parent | b37a46fdf91dbc66f6ddc1c070aec70716d94a01 (diff) |
get headless build to work again for Linux
This makes --disable-gui option build successfully again - which
means we again run on a headless server w/o any X11 or OpenGL libs.
Change-Id: I60019af571aecdac277adbe6d34d5fff065014f9
Reviewed-on: https://gerrit.libreoffice.org/50214
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'desktop/unx')
-rw-r--r-- | desktop/unx/source/splashx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/unx/source/splashx.c b/desktop/unx/source/splashx.c index 8a1064e3673c..e6bc534726ab 100644 --- a/desktop/unx/source/splashx.c +++ b/desktop/unx/source/splashx.c @@ -9,7 +9,7 @@ #include "splashx.h" -#ifdef ENABLE_QUICKSTART_LIBPNG +#if defined(ENABLE_QUICKSTART_LIBPNG) && !defined(LIBO_HEADLESS) #include <X11/Xlib.h> #include <X11/Xatom.h> |