File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ This repo builds Emacs as AppImages for x86-64 & aarch64 linux systems.
20
20
21
21
## Version string meanings
22
22
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)
25
25
- ` pgtk ` : built with PGTK GUI support, for wayland desktop
26
26
- ` nox ` : built without GUI support
27
27
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ FROM archlinux:latest
2
2
3
3
RUN pacman-key --init \
4
4
&& pacman -Syu --noconfirm \
5
- && pacman -S --noconfirm xfce4 libxpm
5
+ && pacman -S --noconfirm xfce4 libxaw
6
6
7
- # libXmp is required by lucid build
7
+ # libxaw is required by lucid build
8
8
9
9
ADD scripts /scripts
You can’t perform that action at this time.
0 commit comments