mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 15: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();
|
const auto HLVER = getHyprlandVersion();
|
||||||
|
|
||||||
// find headers commit
|
// find headers commit
|
||||||
auto headers = execAndGet("pkg-config --cflags hyprland");
|
auto headers = execAndGet("pkg-config --cflags --keep-system-cflags hyprland");
|
||||||
|
|
||||||
if (!headers.contains("-I/"))
|
if (!headers.contains("-I/"))
|
||||||
return HEADERS_MISSING;
|
return HEADERS_MISSING;
|
||||||
|
|
Loading…
Reference in a new issue