yshui / picom

A lightweight compositor for X11
Other
3.93k stars 575 forks source link

Update README.md (Fedora Build Dependencies) #1176

Closed Reith77 closed 5 months ago

Reith77 commented 5 months ago

Hey 👋🏾,

This is my first time doing something like this.

I was trying to build picom on Fedora and the meson setup build failed as the xcb-util-devel package was missing.

Updated README.md to include xcb-util-devel package for fedora build dependencies.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (90f5f4c) 36.46% compared to head (5c640ac) 36.60%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/yshui/picom/pull/1176/graphs/tree.svg?width=650&height=150&src=pr&token=NRSegi0Gze&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yuxuan+Shui)](https://app.codecov.io/gh/yshui/picom/pull/1176?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yuxuan+Shui) ```diff @@ Coverage Diff @@ ## next #1176 +/- ## ========================================== + Coverage 36.46% 36.60% +0.13% ========================================== Files 50 50 Lines 11523 11523 ========================================== + Hits 4202 4218 +16 + Misses 7321 7305 -16 ``` [see 2 files with indirect coverage changes](https://app.codecov.io/gh/yshui/picom/pull/1176/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Yuxuan+Shui)
absolutelynothelix commented 5 months ago

thanks!