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
Add a link
Reference in a new issue