New backup 2024-04-19 22:00:01
This commit is contained in:
parent
5af557186a
commit
b8a21966ee
2 changed files with 0 additions and 27 deletions
|
@ -1 +0,0 @@
|
||||||
meson wayland-protocols libpcre2-dev libjson-c-dev libpango-1.0-0 libcairo2-dev wget libdrm-dev libxkbcommon-dev libudev-dev libgbm-dev libinput-dev libxcb-dri3-dev libseat-dev libxcb-present-dev libxcb-composite0-dev libxcb-icccm4-dev libgdk-pixbuf-2.0-dev libxcb-res0-dev libgles2-mesa-dev libxcb-render-util0-dev libxcb-xinput-dev libsystemd-dev scdoc libvulkan-dev glslang-tools foot libdisplay-info1 libfcft4t64 libliftoff0 libwlroots12t64 libxcb-ewmh2 sway-backgrounds swaybg wmenu cmake
|
|
|
@ -1,26 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
mkdir swayfxbuild
|
|
||||||
cd swayfxbuild
|
|
||||||
|
|
||||||
wget https://github.com/WillPower3309/swayfx/archive/refs/tags/0.3.2.tar.gz
|
|
||||||
tar -xf 0.3.2.tar.gz
|
|
||||||
rm 0.3.2.tar.gz
|
|
||||||
|
|
||||||
cd ./swayfx-0.3.2
|
|
||||||
mkdir ./subprojects
|
|
||||||
|
|
||||||
cd subprojects
|
|
||||||
wget https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/0.16.2/wlroots-0.16.2.tar.gz
|
|
||||||
tar -xf wlroots-0.16.2.tar.gz
|
|
||||||
rm wlroots-0.16.2.tar.gz
|
|
||||||
mv ./wlroots-0.16.2 ./wlroots
|
|
||||||
|
|
||||||
sed -i 's\werror=true\werror=false\' ./wlroots/meson.build
|
|
||||||
|
|
||||||
cd ..
|
|
||||||
meson build/
|
|
||||||
ninja -C build/
|
|
||||||
|
|
||||||
sudo ninja -C build/ install
|
|
||||||
sudo ln -s "/usr/local/lib/$(uname -m)-linux-gnu/libwlroots.so.11" /usr/lib/
|
|
Loading…
Add table
Reference in a new issue