Skip to content

Commit 118d2e1

Browse files
committed
fix archlinux tester image
1 parent 13bedb9 commit 118d2e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ This repo builds Emacs as AppImages for x86-64 & aarch64 linux systems.
2020

2121
## Version string meanings
2222

23-
- `gtk3` (or `x11` in legacy builds): built with X11 GTK3 toolkit
24-
- `lucid`: built with X11 lucid toolkit
23+
- `gtk3` (or `x11` in legacy builds): built with X11 GTK3 toolkit (requires gtk3 libraries installed)
24+
- `lucid`: built with X11 lucid toolkit (requires libxaw installed)
2525
- `pgtk`: built with PGTK GUI support, for wayland desktop
2626
- `nox`: built without GUI support
2727

tests/Dockerfile.archlinux

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM archlinux:latest
22

33
RUN pacman-key --init \
44
&& pacman -Syu --noconfirm \
5-
&& pacman -S --noconfirm xfce4 libxpm
5+
&& pacman -S --noconfirm xfce4 libxaw
66

7-
# libXmp is required by lucid build
7+
# libxaw is required by lucid build
88

99
ADD scripts /scripts

0 commit comments

Comments
 (0)