.
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")
|
"-Dcpp_args=-std=gnu++2b")
|
||||||
#:phases #~(modify-phases %standard-phases
|
#:phases #~(modify-phases %standard-phases
|
||||||
(delete 'check))))
|
(delete 'check))))
|
||||||
(propagated-inputs
|
|
||||||
(list hyprland-xwayland
|
|
||||||
wayland))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list utils:cmake
|
(list utils:cmake
|
||||||
gcc-13
|
gcc-13
|
||||||
pkg-config))
|
pkg-config
|
||||||
|
hyprland
|
||||||
|
wayland))
|
||||||
(inputs
|
(inputs
|
||||||
(list cairo-for-hyprland
|
(list cairo-for-hyprland
|
||||||
hyprlang
|
hyprlang
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
diff -crB zig.orig/CMakeLists.txt zig/CMakeLists.txt
|
diff -crB zig.orig/CMakeLists.txt zig/CMakeLists.txt
|
||||||
*** zig.orig/CMakeLists.txt 2024-04-16 00:59:10.664981173 +0200
|
*** 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,911 ****
|
||||||
--- 906,912 ----
|
--- 906,912 ----
|
||||||
|
@ -17,7 +17,7 @@ diff -crB zig.orig/CMakeLists.txt zig/CMakeLists.txt
|
||||||
"-Dtarget=${ZIG_TARGET_TRIPLE}"
|
"-Dtarget=${ZIG_TARGET_TRIPLE}"
|
||||||
"-Dcpu=${ZIG_TARGET_MCPU}"
|
"-Dcpu=${ZIG_TARGET_MCPU}"
|
||||||
"-Dversion-string=${RESOLVED_ZIG_VERSION}"
|
"-Dversion-string=${RESOLVED_ZIG_VERSION}"
|
||||||
+ --search-prefix $<JOIN:LIBRARY_PATH," --search-prefix">
|
+ "--search-prefix $<JOIN:${LIBRARY_PATH}, --search-prefix>"
|
||||||
)
|
)
|
||||||
|
|
||||||
add_custom_target(stage3 ALL
|
add_custom_target(stage3 ALL
|
||||||
|
|
Loading…
Reference in a new issue