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

cava bump #2328

Merged
merged 1 commit into from
Jul 18, 2023
Merged

cava bump #2328

merged 1 commit into from
Jul 18, 2023

Conversation

LukashonakV
Copy link
Contributor

Hi @Alexays , this PR should fix #2281 .
I've rebuilt cava library. The problem here was: cava lib was providing sndio.h header. The name totaly the same as a standard sndio.h library. So it seems during waybar with cava build process the builder is not able to identify exact header is needed by waybar sndio module.


In order to remove libcava properly users should do:

  1. sudo rm -rfv /usr/lib/libcava.so
  2. sudo rm -rfv /usr/lib64/libcava.so
  3. sudo rm -rfv /usr/lib/pkgconfig/cava.pc
  4. sudo rm -rfv /usr/lib64/pkgconfig/cava.pc
  5. sudo rm -rfv /usr/include/cava

Signed-off-by: Viktar Lukashonak <myxabeer@gmail.com>
@Alexays Alexays merged commit 56df72f into Alexays:master Jul 18, 2023
9 checks passed
@LukashonakV LukashonakV deleted the ISSUE_2281 branch July 19, 2023 11:44
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.

[Error] Installing Waybar with Cava module
2 participants