Drop Pango (unused) (#1251)

* Drop unused Pango dependency

* nix: explicitly depend on cairo (previously pulled via pango)

src/meson.build:4:0: ERROR: Dependency "cairo" not found, tried pkgconfig
This commit is contained in:
Jan Beich 2022-12-19 12:13:07 +00:00 committed by GitHub
parent e2ee8b9f20
commit 2f6b37e103
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 8 deletions

View file

@ -6,6 +6,7 @@
pkg-config,
meson,
ninja,
cairo,
git,
hyprland-protocols,
libdrm,
@ -14,7 +15,6 @@
libxkbcommon,
mesa,
mount,
pango,
pciutils,
wayland,
wayland-protocols,
@ -62,11 +62,11 @@ in
buildInputs =
[
git
cairo
libdrm
libinput
libxkbcommon
mesa
pango
wayland
wayland-protocols
wayland-scanner