Skip to content

Commit db567f6

Browse files
committed
remove configure with xwidgets
1 parent 7b7248c commit db567f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/build_emacs_in_docker.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ IS_GUI=no
2323
if [[ "$BUILD_GUI" = "pgtk" ]]; then
2424
IS_GUI=yes
2525
ARGS+=" --with-pgtk --without-x --without-gconf --without-ns"
26-
ARGS+=" --with-xwidgets"
2726
elif [[ "$BUILD_GUI" = "x11" || "$BUILD_GUI" = "gtk3" ]]; then
2827
IS_GUI=yes
2928
ARGS+=" --with-x --without-pgtk --without-gconf --with-x-toolkit=gtk3"
30-
ARGS+=" --with-xwidgets"
3129
elif [[ "$BUILD_GUI" = "lucid" ]]; then
3230
IS_GUI=yes
3331
ARGS+=" --with-x --without-pgtk --without-gconf --with-x-toolkit=lucid"

0 commit comments

Comments
 (0)