aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/meson.build
diff options
context:
space:
mode:
authorJan Beich <[email protected]>2022-12-19 12:13:07 +0000
committerGitHub <[email protected]>2022-12-19 12:13:07 +0000
commit2f6b37e1032fbacd506978e0098807e1b334aa5d (patch)
tree5308f98a9673a701b23159b0e3b127798794959f /src/meson.build
parente2ee8b9f203fb1986fbfd60413c8ae427fd7cccf (diff)
downloadHyprland-2f6b37e1032fbacd506978e0098807e1b334aa5d.tar.gz
Hyprland-2f6b37e1032fbacd506978e0098807e1b334aa5d.zip
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
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/meson.build b/src/meson.build
index 5084ef98..a8fa7cfc 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -9,8 +9,6 @@ executable('Hyprland', src,
dependency('wayland-client'),
wlroots.get_variable('wlroots'),
dependency('cairo'),
- dependency('pango'),
- dependency('pangocairo'),
dependency('libdrm'),
dependency('egl'),
dependency('xkbcommon'),