meson: add -DGIT arguments (#321)

This commit is contained in:
Mihai Fufezan 2022-07-29 13:21:19 +03:00 committed by GitHub
parent ac8e5fef10
commit 0eebf3ab16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

@ -5,6 +5,7 @@
pkg-config,
meson,
ninja,
git,
libdrm,
libinput,
libxcb,
@ -36,6 +37,7 @@ stdenv.mkDerivation {
buildInputs =
[
git
libdrm
libinput
libxcb