mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2025-12-20 04:30:02 +01:00
Don't let vibe coders contribute, they'll break stuff.
This commit is contained in:
parent
0db9511514
commit
496094dbf6
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ protocolnew("stable/xdg-shell" "xdg-shell" false)
|
||||||
protocolnew("staging/cursor-shape" "cursor-shape-v1" false)
|
protocolnew("staging/cursor-shape" "cursor-shape-v1" false)
|
||||||
protocolnew("stable/tablet" "tablet-v2" false)
|
protocolnew("stable/tablet" "tablet-v2" false)
|
||||||
|
|
||||||
string(REPLACE "\"" "\\\"" GIT_COMMIT_MESSAGE_ESCAPED "${GIT_COMMIT_MESSAGE}")
|
string(REPLACE "\"" "\\\\\"" GIT_COMMIT_MESSAGE_ESCAPED "${GIT_COMMIT_MESSAGE}")
|
||||||
target_compile_definitions(hyprpaper
|
target_compile_definitions(hyprpaper
|
||||||
PRIVATE "-DGIT_COMMIT_HASH=\"${GIT_COMMIT_HASH}\"")
|
PRIVATE "-DGIT_COMMIT_HASH=\"${GIT_COMMIT_HASH}\"")
|
||||||
target_compile_definitions(hyprpaper PRIVATE "-DGIT_BRANCH=\"${GIT_BRANCH}\"")
|
target_compile_definitions(hyprpaper PRIVATE "-DGIT_BRANCH=\"${GIT_BRANCH}\"")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue