0
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-07-26 12:14:28 -04: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
src/config.h.in src/config.h.in
config.status config.status
#configure configure
configure.scan configure.scan
stamp-h1 stamp-h1
*~ *~

View File

@ -10,7 +10,7 @@ debian_prepare()
echo echo
echo Profanity installer... installing dependencies echo Profanity installer... installing dependencies
echo 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
} }