diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-08-31 09:30:25 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-08-31 09:32:42 -0700 |
commit | 02348ab2a15e0902a67756414bbe31b1014a8890 (patch) | |
tree | 710f4222090eb5a5d03669e814b1a7df0f71a205 /src | |
parent | 439f40b7b6be39da244a883c9056f2522a9bcea2 (diff) |
meson: add check for reallocf() and fix inclusion of config.h
Fixes: 72a0065 ("Add _XkbReallocF & _XkbTypedReallocF definitions")
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxkbfile/-/merge_requests/21>
Diffstat (limited to 'src')
-rw-r--r-- | src/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build index 30f405f..7886391 100644 --- a/src/meson.build +++ b/src/meson.build @@ -21,6 +21,7 @@ deps = [ ] includes = include_directories( + '..', '../include/', '../include/X11/extensions/' ) |