Skip to content

Commit 7b7248c

Browse files
committed
fix with-xwidgets flag
1 parent eceea5e commit 7b7248c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build_emacs_in_docker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ 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-xwidget"
26+
ARGS+=" --with-xwidgets"
2727
elif [[ "$BUILD_GUI" = "x11" || "$BUILD_GUI" = "gtk3" ]]; then
2828
IS_GUI=yes
2929
ARGS+=" --with-x --without-pgtk --without-gconf --with-x-toolkit=gtk3"
30-
ARGS+=" --with-xwidget"
30+
ARGS+=" --with-xwidgets"
3131
elif [[ "$BUILD_GUI" = "lucid" ]]; then
3232
IS_GUI=yes
3333
ARGS+=" --with-x --without-pgtk --without-gconf --with-x-toolkit=lucid"

0 commit comments

Comments
 (0)