1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00

Added libxss-dev to ubuntu install, removed configure from .gitignore

This commit is contained in:
James Booth 2012-12-31 00:25:47 +00:00
parent ac6d5f7980
commit 376804be3a
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -20,7 +20,7 @@ autom4te.cache/
src/config.h
src/config.h.in
config.status
#configure
configure
configure.scan
stamp-h1
*~

View File

@ -10,7 +10,7 @@ debian_prepare()
echo
echo Profanity installer... installing dependencies
echo
sudo apt-get -y install git autoconf libssl-dev libexpat1-dev libncurses5-dev libglib2.0-dev libnotify-dev libcurl3-dev
sudo apt-get -y install git autoconf libssl-dev libexpat1-dev libncurses5-dev libglib2.0-dev libnotify-dev libcurl3-dev libxss-dev
}