Skip to content

Commit

Permalink
Merge pull request #313 from jeevithakannan2/dwm-fixes
Browse files Browse the repository at this point in the history
fix: DWM dependecies
  • Loading branch information
ChrisTitusTech authored Sep 11, 2024
2 parents 526c12e + 50ba14c commit 6da9125
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/commands/applications-setup/dwmtitus-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ setupDWM() {
$ESCALATION_TOOL "$PACKAGER" -S --needed --noconfirm base-devel libx11 libxinerama libxft imlib2 libxcb
;;
apt)
$ESCALATION_TOOL "$PACKAGER" install -y build-essential libx11-dev libxinerama-dev libxft-dev libimlib2-dev libxcb1-dev
$ESCALATION_TOOL "$PACKAGER" install -y build-essential libx11-dev libxinerama-dev libxft-dev libimlib2-dev libxcb1-dev libx11-xcb1
;;
dnf)
$ESCALATION_TOOL "$PACKAGER" groupinstall -y "Development Tools"
$ESCALATION_TOOL "$PACKAGER" install -y libx11-devel libxinerama-devel libxft-devel imlib2-devel libxcb-devel
$ESCALATION_TOOL "$PACKAGER" install -y libX11-devel libXinerama-devel libXft-devel imlib2-devel libxcb-devel
;;
*)
echo "Unsupported package manager: $PACKAGER"
Expand Down Expand Up @@ -302,4 +302,4 @@ setupDWM
makeDWM
install_nerd_font
clone_config_folders
configure_backgrounds
configure_backgrounds

0 comments on commit 6da9125

Please sign in to comment.