Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Pango (unused) #1251

Merged
merged 2 commits into from
Dec 19, 2022
Merged

Drop Pango (unused) #1251

merged 2 commits into from
Dec 19, 2022

Conversation

jbeich
Copy link
Contributor

@jbeich jbeich commented Dec 19, 2022

git log -p has no pango_ matches, so it's probably a copy-paste artifact (when using another project as a template).

Found downstream when using Meson (Wl,--as-needed by default):

=>> Checking shared library dependencies
 0x0000000000000001 NEEDED               Shared library: [libEGL.so.1]
 0x0000000000000001 NEEDED               Shared library: [libGL.so.1]
 0x0000000000000001 NEEDED               Shared library: [libc.so.7]
 0x0000000000000001 NEEDED               Shared library: [libcairo.so.2]
 0x0000000000000001 NEEDED               Shared library: [libinput.so.10]
 0x0000000000000001 NEEDED               Shared library: [libm.so.5]
 0x0000000000000001 NEEDED               Shared library: [libpixman-1.so.0]
 0x0000000000000001 NEEDED               Shared library: [libwayland-server.so.0]
 0x0000000000000001 NEEDED               Shared library: [libwlroots.so.11]
 0x0000000000000001 NEEDED               Shared library: [libxcb.so.1]
 0x0000000000000001 NEEDED               Shared library: [libxkbcommon.so.0]

src/meson.build:4:0: ERROR: Dependency "cairo" not found, tried pkgconfig
@vaxerski vaxerski merged commit 2f6b37e into hyprwm:main Dec 19, 2022
spikespaz pushed a commit to spikespaz-contrib/hyprland that referenced this pull request Dec 25, 2022
* 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
spikespaz pushed a commit to spikespaz-contrib/hyprland that referenced this pull request Jan 13, 2023
* 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
spikespaz pushed a commit to spikespaz-contrib/hyprland that referenced this pull request Jan 20, 2023
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants