remove libice from dependencies as suggested by namcap

This commit is contained in:
horstderheld 2023-02-25 12:28:32 +01:00
parent da30cf7cb4
commit a4edf6ae76
2 changed files with 1 additions and 2 deletions

View file

@ -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')