summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2018-05-13 01:28:15 +0200
committerMaxime Gauduin2018-05-13 01:28:15 +0200
commitf1174faac26025ab5609d3e2dd6dbfbb2d795954 (patch)
treea1f61bc00b9713390cde6c7841225f64545b8234
parent540077335ef3b459e6b781934a7f8bc33a961399 (diff)
downloadaur-f1174faac26025ab5609d3e2dd6dbfbb2d795954.tar.gz
Remove useless dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 313cb93ea1a3..8e64c8f46e7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat May 12 13:12:26 UTC 2018
+# Sat May 12 23:28:15 UTC 2018
pkgbase = libretro-citra-git
pkgdesc = Nintendo 3DS core
pkgver = r6073.7e78ed15
@@ -13,8 +13,6 @@ pkgbase = libretro-citra-git
depends = gcc-libs
depends = glibc
depends = libretro-core-info
- depends = sdl2
- depends = libcurl.so
provides = libretro-citra
conflicts = libretro-citra
source = libretro-citra::git+https://github.com/libretro/citra.git
diff --git a/PKGBUILD b/PKGBUILD
index 5924629ce1c8..73eb4bbf6633 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,7 @@ arch=('x86_64')
url='https://github.com/libretro/citra'
license=('GPL2')
groups=('libretro-unstable')
-depends=('gcc-libs' 'glibc' 'libretro-core-info' 'sdl2'
- 'libcurl.so')
+depends=('gcc-libs' 'glibc' 'libretro-core-info')
makedepends=('cmake' 'git')
provides=('libretro-citra')
conflicts=('libretro-citra')
@@ -71,8 +70,8 @@ build() {
-DCMAKE_BUILD_TYPE='Release' \
-DENABLE_LIBRETRO='ON' \
-DENABLE_QT='OFF' \
- -DENABLE_SDL2='ON' \
- -DUSE_SYSTEM_CURL='ON'
+ -DENABLE_SDL2='OFF' \
+ -DENABLE_WEB_SERVICE='OFF'
make
}