summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2023-04-08 02:43:59 +0200
committerjak1 <jak1@themanaworld.org>2023-04-08 02:43:59 +0200
commit56fe150f330ba121c13f82b8e2c4a69d79720048 (patch)
tree3e48e0e4bf6ab92e1ff568980ac186a4b3e5a767
parent5e7a6af1ad4c699a7e9cf556a5a003ba1c6cc1e8 (diff)
downloadplus-jak1/pipeline_improvments.tar.gz
plus-jak1/pipeline_improvments.tar.bz2
plus-jak1/pipeline_improvments.tar.xz
plus-jak1/pipeline_improvments.zip
remove xsel from build.sh (not required)jak1/pipeline_improvments
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index e05972928..a209794f6 100755
--- a/build.sh
+++ b/build.sh
@@ -7,7 +7,7 @@
##########
#Required apps check
-REQUIRED_APPS='g++ gcc xsel make autoconf automake autopoint gettext libxml2-dev libcurl4-gnutls-dev libpng-dev libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev gdb valgrind netcat-openbsd procps zlib*'
+REQUIRED_APPS='g++ gcc make autoconf automake autopoint gettext libxml2-dev libcurl4-gnutls-dev libpng-dev libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev gdb valgrind netcat-openbsd procps zlib*'
for APP in $REQUIRED_APPS; do
REQ_APP_CHECK=$(which "$APP")
if [[ "$REQ_APP_CHECK" == '' ]]; then