mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
Still trying to fix hl build
On branch hl-051 Your branch is up to date with 'origin/hl-051'. Changes to be committed: modified: hypr-tags.env modified: install-scripts/hyprland.sh
This commit is contained in:
parent
704d4b3c28
commit
6f97a5c359
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
HYPRLAND_TAG=v0.51.1
|
HYPRLAND_TAG=v0.51.1
|
||||||
AQUAMARINE_TAG=v0.9.3
|
AQUAMARINE_TAG=v0.9.3
|
||||||
HYPRUTILS_TAG=auto
|
HYPRUTILS_TAG=v0.8.3
|
||||||
HYPRLANG_TAG=auto
|
HYPRLANG_TAG=v0.6.4
|
||||||
HYPRGRAPHICS_TAG=v0.1.5
|
HYPRGRAPHICS_TAG=v0.1.5
|
||||||
HYPRWAYLAND_SCANNER_TAG=v0.4.5
|
HYPRWAYLAND_SCANNER_TAG=v0.4.5
|
||||||
HYPRLAND_PROTOCOLS_TAG=v0.6.4
|
HYPRLAND_PROTOCOLS_TAG=v0.6.4
|
||||||
|
|||||||
@ -86,7 +86,7 @@ if git clone --recursive -b $tag "https://github.com/hyprwm/Hyprland"; then
|
|||||||
fi
|
fi
|
||||||
# By default, build Hyprland with bundled hyprutils/hyprlang to avoid version mismatches
|
# By default, build Hyprland with bundled hyprutils/hyprlang to avoid version mismatches
|
||||||
# You can force system libs by exporting USE_SYSTEM_HYPRLIBS=1 before running this script.
|
# You can force system libs by exporting USE_SYSTEM_HYPRLIBS=1 before running this script.
|
||||||
USE_SYSTEM=${USE_SYSTEM_HYPRLIBS:-0}
|
USE_SYSTEM=${USE_SYSTEM_HYPRLIBS:-1}
|
||||||
if [ "$USE_SYSTEM" = "1" ]; then
|
if [ "$USE_SYSTEM" = "1" ]; then
|
||||||
export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:${PKG_CONFIG_PATH:-}"
|
export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:${PKG_CONFIG_PATH:-}"
|
||||||
export CMAKE_PREFIX_PATH="/usr/local:${CMAKE_PREFIX_PATH:-}"
|
export CMAKE_PREFIX_PATH="/usr/local:${CMAKE_PREFIX_PATH:-}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user