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.
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
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ FROM archlinux:latest
22
33RUN 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
99ADD scripts /scripts
You can’t perform that action at this time.
0 commit comments