diff options
author | Jose Riha | 2020-12-25 17:18:24 +0100 |
---|---|---|
committer | Jose Riha | 2020-12-25 17:18:24 +0100 |
commit | 92971d67808beb26872dd149ab4ff36eca4efb85 (patch) | |
tree | aaf6d1f8b36453be39f15cc2a8902eafa6c6ba03 /PKGBUILD | |
parent | 224f1d925c74a9243cd08efb21689194d9a55555 (diff) | |
download | aur-92971d67808beb26872dd149ab4ff36eca4efb85.tar.gz |
Don't disable openssl
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -5,7 +5,7 @@ pkgname=panda3d pkgver=1.10.7 -pkgrel=2 +pkgrel=3 pkgdesc="A 3D game engine with Python bindings. SDK package. Optional dependencies you want to support need to be installed before panda3d." url="http://www.panda3d.org" arch=('i686' 'x86_64') @@ -26,7 +26,6 @@ optdepends=(# Pretty much required 'libgl: OpenGL support for X11' # Recommended 'python: Python 3 bindings' - 'openssl: Provides some networking and encryption support' 'ffmpeg: Required to load and play video textures' 'libjpeg: Required to read and write jpeg images' 'libpng: Required to read and write png images' @@ -74,7 +73,7 @@ prepare() { build() { cd "$srcdir/panda3d-$pkgver" - python makepanda/makepanda.py --everything --no-opencv --no-opencv --no-maya2012 --no-fmodex --no-gles --no-gles2 --no-openssl --no-egl ${PANDAFLAGS} --threads ${BUILD_THREADS:-$JOBS} + python makepanda/makepanda.py --everything --no-opencv --no-opencv --no-maya2012 --no-fmodex --no-gles --no-gles2 --no-egl ${PANDAFLAGS} --threads ${BUILD_THREADS:-$JOBS} } package() { |