X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/b4a6e588933ba55149ae4311ffd50a89940eb84b..cdb97c0b105bebf6dcfb0cbf92ef36cf99f6584c:/scripts/setup-ubuntu.sh diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 3177026b..f37bc044 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -12,7 +12,6 @@ PACKAGES="$PACKAGES gettext" # Provides 'msgfmt' which the apt build uses. PACKAGES="$PACKAGES git" # Used by the neovim build. PACKAGES="$PACKAGES help2man" PACKAGES="$PACKAGES intltool" # Used by qalc build. -PACKAGES="$PACKAGES libc6-dev-i386" # Needed by luajit host part of the build for . PACKAGES="$PACKAGES libcurl4-openssl-dev" # XXX: Needed by apt build. PACKAGES="$PACKAGES libgdk-pixbuf2.0-dev" # Provides 'gkd-pixbuf-query-loaders' which the librsvg build uses. PACKAGES="$PACKAGES libglib2.0-dev" # Provides 'glib-genmarshal' which the glib build uses.