mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-01 04:31:57 -07:00
@@ -50,12 +50,6 @@ void request(std::string arg) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const auto SERVER = gethostbyname("localhost");
|
|
||||||
|
|
||||||
if (!SERVER) {
|
|
||||||
std::cout << "Couldn't get host (2)";
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// get the instance signature
|
// get the instance signature
|
||||||
auto instanceSig = getenv("HYPRLAND_INSTANCE_SIGNATURE");
|
auto instanceSig = getenv("HYPRLAND_INSTANCE_SIGNATURE");
|
||||||
|
@@ -15,7 +15,7 @@ if cpp_compiler.has_argument('-std=c++23')
|
|||||||
elif cpp_compiler.has_argument('-std=c++2b')
|
elif cpp_compiler.has_argument('-std=c++2b')
|
||||||
add_global_arguments('-std=c++2b', language: 'cpp')
|
add_global_arguments('-std=c++2b', language: 'cpp')
|
||||||
else
|
else
|
||||||
error('Could not configure current C++ compiler (' + cpp_compiler.get_id() + ' ' + cpp_compiler.get_version() + ') with required C++ standard (C++23)')
|
error('Could not configure current C++ compiler (' + cpp_compiler.get_id() + ' ' + cpp_compiler.version() + ') with required C++ standard (C++23)')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
GIT_BRANCH = run_command('git', 'rev-parse', '--abbrev-ref', 'HEAD', check: false).stdout().strip()
|
GIT_BRANCH = run_command('git', 'rev-parse', '--abbrev-ref', 'HEAD', check: false).stdout().strip()
|
||||||
|
Reference in New Issue
Block a user