nix/meson: add re2 dependency (#8738)
* nix/default: add re2 dependency * meson: add re2
This commit is contained in:
parent
c2d14a2013
commit
e340e9f431
4 changed files with 6 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ executable(
|
|||
dependency('egl'),
|
||||
dependency('xkbcommon'),
|
||||
dependency('libinput'),
|
||||
dependency('re2'),
|
||||
xcb_dep,
|
||||
xcb_composite_dep,
|
||||
xcb_errors_dep,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue