mirror of
https://github.com/Alexays/Waybar.git
synced 2025-10-29 03:24:26 +00:00
Merge pull request #4052 from AOSC-Tracking/aosc/v0.12.0
This commit is contained in:
commit
3e16c3f74e
@ -5,7 +5,16 @@
|
||||
|
||||
namespace cava {
|
||||
extern "C" {
|
||||
// Need sdl_glsl output feature to be enabled on libcava
|
||||
#ifndef SDL_GLSL
|
||||
#define SDL_GLSL
|
||||
#endif
|
||||
|
||||
#include <cava/common.h>
|
||||
|
||||
#ifdef SDL_GLSL
|
||||
#undef SDL_GLSL
|
||||
#endif
|
||||
}
|
||||
} // namespace cava
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user