cairo/util/cairo-script
Benjamin Gilbert 9735309da6 Fix include paths for LZO headers
lzo2's pkg-config file has always specified "Cflags: -I${includedir}/lzo".
Including <lzo/lzo2a.h> happens to work if ${includedir} is already on the
header search path, e.g. it's /usr/include.  However, if lzo2 is in an
unusual location and we're depending on pkg-config to tell us where it is,
we'll end up looking for ${includedir}/lzo/lzo/lzo2a.h and failing the
build:

    util/cairo-script/cairo-script-file.c:45:10: fatal error: 'lzo/lzo2a.h' file not found

Fix the include paths.
2024-09-04 22:30:41 -07:00
..
examples Remove autotools build 2023-01-08 22:27:47 +10:30
.gitignore gitignore: refresh 2010-01-22 22:30:43 +00:00
cairo-script-file.c Fix include paths for LZO headers 2024-09-04 22:30:41 -07:00
cairo-script-hash.c Misc. typos 2019-01-31 17:37:15 -08:00
cairo-script-interpreter-uninstalled.pc.in meson: Generate cairo-script-interpreter.pc needed by GTK+ 2020-12-22 13:16:05 -05:00
cairo-script-interpreter.c Build with hidden symbols by default 2023-08-16 16:33:04 +01:00
cairo-script-interpreter.h script: Attempt to decompress images in place 2013-01-08 15:01:37 +00:00
cairo-script-interpreter.pc.in Update util/cairo-script/cairo-script-interpreter.pc.in 2022-05-14 16:56:17 +00:00
cairo-script-objects.c cairo-script: Always include config.h first thing 2015-06-18 12:38:43 -07:00
cairo-script-operators.c Fix include paths for LZO headers 2024-09-04 22:30:41 -07:00
cairo-script-private.h offsetof is ANSI C 2024-07-06 07:24:44 +09:30
cairo-script-scanner.c Fix include paths for LZO headers 2024-09-04 22:30:41 -07:00
cairo-script-stack.c cairo-script: Always include config.h first thing 2015-06-18 12:38:43 -07:00
COPYING Add CairoScript interpreter 2008-11-13 11:36:55 +00:00
csi-bind.c cairo-script: Prefer cairo from local tree 2015-06-18 12:38:55 -07:00
csi-exec.c cairo-script: Prefer cairo from local tree 2015-06-18 12:38:55 -07:00
csi-replay.c Drop cairo-gl 2023-01-27 19:21:46 +00:00
csi-trace.c csi-trace does not show help 2018-04-02 11:55:19 -07:00
meson.build Build with hidden symbols by default 2023-08-16 16:33:04 +01:00