mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 04:45:59 +01:00
parent
a794eecd6a
commit
d9175a0181
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ eHeadersErrors CPluginManager::headersValid() {
|
|||
const auto HLVER = getHyprlandVersion();
|
||||
|
||||
// find headers commit
|
||||
auto headers = execAndGet("pkg-config --cflags hyprland");
|
||||
auto headers = execAndGet("pkg-config --cflags --keep-system-cflags hyprland");
|
||||
|
||||
if (!headers.contains("-I/"))
|
||||
return HEADERS_MISSING;
|
||||
|
|
Loading…
Reference in a new issue