mirror of
https://github.com/Trensa-Organization/Hyprland.git
synced 2025-03-15 18:53:39 +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…
Add table
Reference in a new issue