diff options
| author | 2024-10-02 12:33:17 +0200 | |
|---|---|---|
| committer | 2024-10-02 12:36:44 +0200 | |
| commit | 304fb73f74745e4789b2a3fccab5b8745dd8178f (patch) | |
| tree | bb885f07a3f2c4eb458357c1e53df5f9d4b636f4 /teams | |
| parent | 03aacd1818f24ff945f206ac580699b6b23cef11 (diff) | |
| download | kiwi-descriptions-304fb73f74745e4789b2a3fccab5b8745dd8178f.tar.gz kiwi-descriptions-304fb73f74745e4789b2a3fccab5b8745dd8178f.zip | |
Add missing libs to FEX rootfs
These are used by random i686/x86_64 software, particularly things
built with Qt (which usually ship Qt itself but not these).
Diffstat (limited to 'teams')
| -rw-r--r-- | teams/asahi.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/teams/asahi.xml b/teams/asahi.xml index d5766ab..f3c9d42 100644 --- a/teams/asahi.xml +++ b/teams/asahi.xml @@ -84,6 +84,8 @@ <package name="xcb-util-image.i686"/> <package name="xcb-util-keysyms.x86_64"/> <package name="xcb-util-keysyms.i686"/> + <package name="xcb-util-wm.x86_64"/> + <package name="xcb-util-wm.i686"/> <package name="xcb-util-xrm.x86_64"/> <package name="xcb-util-xrm.i686"/> <package name="libxkbcommon.x86_64"/> @@ -158,5 +160,7 @@ <package name="glibc-langpack-en"/> <package name="zlib-ng.x86_64"/> <package name="zlib-ng.i686"/> + <package name="libxslt.x86_64"/> + <package name="libxslt.i686"/> </packages> </image> |