Remove OpenMP dependency

This commit is contained in:
Cristian Porras 2018-06-26 12:26:43 -05:00
parent e693185b66
commit 979470e83f
2 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,6 @@
pkgbase = godot-git
pkgdesc = Godot Game Engine: An advanced, feature packed, multi-platform 2D and 3D game engine.
pkgver = 3.1.r12749.ea99b90a7
pkgver = 3.1.dev
pkgrel = 1
url = http://www.godotengine.org
arch = i686
@ -16,7 +16,6 @@ pkgbase = godot-git
depends = alsa-lib
depends = freetype2
depends = mesa
depends = openmp
provides = godot
conflicts = godot
source = git://github.com/godotengine/godot.git#branch=master

View file

@ -3,14 +3,14 @@
_pkgname=godot
pkgname=${_pkgname}-git
pkgver=3.1.r12749.ea99b90a7
pkgver=3.1.dev
pkgrel=1
pkgdesc="Godot Game Engine: An advanced, feature packed, multi-platform 2D and 3D game engine."
url="http://www.godotengine.org"
license=('MIT')
arch=('i686' 'x86_64')
makedepends=('git' 'scons' 'pulseaudio' 'clang')
depends=('glu' 'libxcursor' 'libxinerama' 'alsa-lib' 'freetype2' 'mesa' 'openmp')
depends=('glu' 'libxcursor' 'libxinerama' 'alsa-lib' 'freetype2' 'mesa')
optdepends=()
conflicts=("godot")
provides=("godot")