remove libice from dependencies as suggested by namcap
This commit is contained in:
parent
da30cf7cb4
commit
a4edf6ae76
2 changed files with 1 additions and 2 deletions
1
.SRCINFO
1
.SRCINFO
|
@ -9,7 +9,6 @@ pkgbase = cemu-bin
|
|||
depends = glu
|
||||
depends = graphite
|
||||
depends = gtk3
|
||||
depends = libice
|
||||
depends = libsm
|
||||
depends = pcre
|
||||
depends = vulkan-driver
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -8,7 +8,7 @@ pkgdesc="Nintendo Wii U Emulator"
|
|||
arch=('x86_64')
|
||||
url="https://cemu.info"
|
||||
license=('MPL2')
|
||||
depends=('glu' 'graphite' 'gtk3' 'libice' 'libsm' 'pcre' 'vulkan-driver')
|
||||
depends=('glu' 'graphite' 'gtk3' 'libsm' 'pcre' 'vulkan-driver')
|
||||
makedepends=('patchelf')
|
||||
provides=('cemu')
|
||||
conflicts=('cemu' 'cemu-git')
|
||||
|
|
Loading…
Reference in a new issue