Skip to content

Commit 652451f

Browse files
committed
Remove unnecessary with-xft
1 parent 3fab3a0 commit 652451f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/build_emacs_in_docker.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ if [[ "$BUILD_GUI" = "pgtk" ]]; then
2626
elif [[ "$BUILD_GUI" = "x11" || "$BUILD_GUI" = "gtk3" ]]; then
2727
IS_GUI=yes
2828
ARGS+=" --with-x --without-pgtk --without-gconf --with-x-toolkit=gtk3"
29-
ARGS+=" --with-xft"
3029
elif [[ "$BUILD_GUI" = "lucid" ]]; then
3130
IS_GUI=yes
3231
ARGS+=" --with-x --without-pgtk --without-gconf --with-x-toolkit=lucid"

0 commit comments

Comments
 (0)