diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-09-15 12:02:46 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-09-15 12:26:09 +0300 |
commit | 95320f28d41e52d5835dc65b3f8013abce659c2c (patch) | |
tree | 7396c823e212f0a862dfdb653f5456d3d0455c9d /build/sysincl | |
parent | d9ea6c8795cf8777521aa4d4d8dceef0ce5249b2 (diff) | |
download | ydb-95320f28d41e52d5835dc65b3f8013abce659c2c.tar.gz |
Replace harfbuzz patch with sysincl/macro.yml configuration
Also: move override.nix / patches to contrib root.
Diffstat (limited to 'build/sysincl')
-rw-r--r-- | build/sysincl/macro.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/sysincl/macro.yml b/build/sysincl/macro.yml index f0f14c5586..a1d0052886 100644 --- a/build/sysincl/macro.yml +++ b/build/sysincl/macro.yml @@ -1161,6 +1161,12 @@ - contrib/libs/glog/sources/src/stacktrace_powerpc-inl.h - contrib/libs/glog/sources/src/stacktrace_generic-inl.h +- source_filter: "^contrib/libs/harfbuzz" + includes: + - HB_STRING_ARRAY_LIST: + - contrib/libs/harfbuzz/src/hb-ot-cff1-std-str.hh + - contrib/libs/harfbuzz/src/hb-ot-post-macroman.hh + - source_filter: "^contrib/libs/hdf5/src" includes: - H5_ZLIB_HEADER: contrib/libs/zlib/include/zlib.h |