.
This commit is contained in:
parent
95323a5d51
commit
fe0231034c
2 changed files with 5 additions and 6 deletions
|
@ -399,13 +399,12 @@ more.")
|
|||
"-Dcpp_args=-std=gnu++2b")
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
(delete 'check))))
|
||||
(propagated-inputs
|
||||
(list hyprland-xwayland
|
||||
wayland))
|
||||
(native-inputs
|
||||
(list utils:cmake
|
||||
gcc-13
|
||||
pkg-config))
|
||||
pkg-config
|
||||
hyprland
|
||||
wayland))
|
||||
(inputs
|
||||
(list cairo-for-hyprland
|
||||
hyprlang
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
diff -crB zig.orig/CMakeLists.txt zig/CMakeLists.txt
|
||||
*** zig.orig/CMakeLists.txt 2024-04-16 00:59:10.664981173 +0200
|
||||
--- zig/CMakeLists.txt 2024-04-16 01:42:37.516459682 +0200
|
||||
--- zig/CMakeLists.txt 2024-04-16 02:01:09.845070498 +0200
|
||||
***************
|
||||
*** 906,911 ****
|
||||
--- 906,912 ----
|
||||
|
@ -17,7 +17,7 @@ diff -crB zig.orig/CMakeLists.txt zig/CMakeLists.txt
|
|||
"-Dtarget=${ZIG_TARGET_TRIPLE}"
|
||||
"-Dcpu=${ZIG_TARGET_MCPU}"
|
||||
"-Dversion-string=${RESOLVED_ZIG_VERSION}"
|
||||
+ --search-prefix $<JOIN:LIBRARY_PATH," --search-prefix">
|
||||
+ "--search-prefix $<JOIN:${LIBRARY_PATH}, --search-prefix>"
|
||||
)
|
||||
|
||||
add_custom_target(stage3 ALL
|
||||
|
|
Loading…
Reference in a new issue