diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-12-20 15:15:22 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-12-21 19:14:53 +0000 |
commit | ff46c8bf598481ae37022414f3495c1e9385eb7c (patch) | |
tree | c74fc10675f9c4c61e13a50b98d55b06f4ce5754 /configure.ac | |
parent | 179f50f810dfa1779de5c1f212f3887031e5567d (diff) |
initial Experimental System-Dependent PrimitiveRenderer for Cairo
just some partial pieces
export TEST_SYSTEM_PRIMITIVE_RENDERER=1
and the simple drawing shapes work
Change-Id: I3e01501a1cb21ec86d6fe8f5637a23e7358ffc86
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144632
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 65eb0373a285..858e2cb3fb12 100644 --- a/configure.ac +++ b/configure.ac @@ -1231,6 +1231,7 @@ disable_x11_tests() test "$using_x11" = yes && USING_X11=TRUE if test "$using_freetype_fontconfig" = yes; then + AC_DEFINE(USE_HEADLESS_CODE) USE_HEADLESS_CODE=TRUE if test "$using_headless_plugin" = yes; then AC_DEFINE(ENABLE_HEADLESS) |