We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fab3a0 commit 652451fCopy full SHA for 652451f
scripts/build_emacs_in_docker.sh
@@ -26,7 +26,6 @@ if [[ "$BUILD_GUI" = "pgtk" ]]; then
26
elif [[ "$BUILD_GUI" = "x11" || "$BUILD_GUI" = "gtk3" ]]; then
27
IS_GUI=yes
28
ARGS+=" --with-x --without-pgtk --without-gconf --with-x-toolkit=gtk3"
29
- ARGS+=" --with-xft"
30
elif [[ "$BUILD_GUI" = "lucid" ]]; then
31
32
ARGS+=" --with-x --without-pgtk --without-gconf --with-x-toolkit=lucid"
0 commit comments