diff options
| author | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2025-02-08 23:10:25 +0100 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2025-02-08 23:10:25 +0100 |
| commit | 48b374ef1b0318fb3715031833e8d902e217b11a (patch) | |
| tree | 563cc434e7856fdbe83e331d8550aeddc603c972 | |
| parent | a7fdb09e64c5af0449d80903c99d159c1ac71095 (diff) | |
| -rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ fi if [[ $CARCH = x86_64 ]] then depends=('lib32-glibc' 'lib32-libxext' 'lib32-libx11' 'lib32-libxau' 'lib32-libxdmcp' 'lib32-freetype2' - 'lib32-fontconfig' 'lib32-expat' 'lib32-libpng12') + 'lib32-fontconfig' 'lib32-expat' 'lib32-libpng12' 'lib32-libsm') optdepends=('lib32-gtk: For eclipse-nios2 support' 'lib32-libxtst: For eclipse-nios2 support') fi |
