Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
chore(mazurek-helper, mazurek): more deps, more deps to image
Browse files Browse the repository at this point in the history
  • Loading branch information
sneexy-boi committed Sep 3, 2024
1 parent c9bb725 commit 795d4fa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 12 additions & 2 deletions files/scripts/build-scripts/wayland.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ set -euo pipefail
# Dependency and folder
dnf install -y git gcc gcc-c++ cmake openssl protobuf protobuf-devel protobuf-compiler openssl-devel dbus-devel pkgconf-pkg-config \
rustup cargo meson ninja-build \
wayland-protocols-devel rust-libpulse-binding-devel rust-wayland-client-devel rust-wayland-protocols+wayland-client-devel egl-wayland-devel egl-wayland egl-utils mesa-libEGL mesa-libEGL-devel
wayland-protocols-devel rust-libpulse-binding-devel rust-wayland-client-devel rust-wayland-protocols+wayland-client-devel \
egl-wayland-devel egl-wayland egl-utils mesa-libEGL mesa-libEGL-devel \
sassc rust-gdk0.17+v3_24-devel rust-libudev-devel gtk-layer-shell-devel libevdev-devel
mkdir -p /tmp/wayland-built/usr/bin

# SwayAudioIdleInhibit - https://github.com/ErikReider/SwayAudioIdleInhibit
Expand All @@ -25,4 +27,12 @@ cd wpaperd
cargo build --release
cd target/release
cp wpaperd /tmp/wayland-built/usr/bin
cp wpaperctl /tmp/wayland-built/usr/bin
cp wpaperctl /tmp/wayland-built/usr/bin

# SwayOSD - https://github.com/ErikReider/SwayOSD
cd /tmp
git clone https://github.com/ErikReider/SwayOSD
cd SwayOSD
meson setup build
ninja -C build
meson install -C build
2 changes: 2 additions & 0 deletions recipes/common/sneexy/mazurek/rpm-ostree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,11 @@ install:
- vulkan-tools
- google-noto-emoji-fonts
- gnome-disk-utility
- gtk-layer-shell
- ddcutil
- gamescope
- mangohud
- libevdev
- mesa-libEGL

# sound
Expand Down

0 comments on commit 795d4fa

Please sign in to comment.