Skip to content

Commit

Permalink
Eflete: remove uneeded options
Browse files Browse the repository at this point in the history
  • Loading branch information
batden committed Jan 24, 2025
1 parent dd42e12 commit 70d8b9c
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions elucidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -420,11 +420,6 @@ build_plain() {
-Dlibclang-libdir=/usr/lib/llvm-11/lib
ninja -C build
;;
eflete)
meson setup build -Dbuildtype=plain \
-Dwerror=false
ninja -C build
;;
*)
meson setup build -Dbuildtype=plain
ninja -C build
Expand Down Expand Up @@ -494,12 +489,6 @@ rebuild_optim() {
-Dlibclang-libdir=/usr/lib/llvm-11/lib
ninja -C build
;;
eflete)
sudo chown "$USER" build/.ninja*
meson setup --reconfigure build -Dbuildtype=release \
-Denable-audio=true -Dwerror=false
ninja -C build
;;
*)
sudo chown "$USER" build/.ninja*
meson setup --reconfigure build -Dbuildtype=release
Expand Down Expand Up @@ -576,12 +565,6 @@ rebuild_wayld() {
-Dlibclang-libdir=/usr/lib/llvm-11/lib
ninja -C build
;;
eflete)
sudo chown "$USER" build/.ninja*
meson setup --reconfigure build -Dbuildtype=release \
-Denable-audio=true -Dwerror=false
ninja -C build
;;
*)
sudo chown "$USER" build/.ninja*
meson setup --reconfigure build -Dbuildtype=release
Expand Down Expand Up @@ -844,7 +827,7 @@ release_go() {
wayld_go() {
clear
printf "\n$ORANGE_BRIGHT%s $OFF%s\n\n" "* UPDATING ENLIGHTENMENT DESKTOP ENVIRONMENT: RELEASE BUILD ON WAYLAND *"

# Check for available updates of the script folder first.
cd "$SCRFLDR" && git pull &>/dev/null
cp -f elucidate.sh "$HOME/.local/bin"
Expand Down

0 comments on commit 70d8b9c

Please sign in to comment.