nix/meson: add re2 dependency (#8738)

* nix/default: add re2 dependency

* meson: add re2
This commit is contained in:
Austin Horstman 2024-12-16 13:22:36 -06:00 committed by GitHub
parent c2d14a2013
commit e340e9f431
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 0 deletions

View file

@ -22,6 +22,7 @@ executable(
dependency('egl'),
dependency('xkbcommon'),
dependency('libinput'),
dependency('re2'),
xcb_dep,
xcb_composite_dep,
xcb_errors_dep,