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
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…
Add table
Add a link
Reference in a new issue