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 eceea5e commit 7b7248cCopy full SHA for 7b7248c
scripts/build_emacs_in_docker.sh
@@ -23,11 +23,11 @@ IS_GUI=no
23
if [[ "$BUILD_GUI" = "pgtk" ]]; then
24
IS_GUI=yes
25
ARGS+=" --with-pgtk --without-x --without-gconf --without-ns"
26
- ARGS+=" --with-xwidget"
+ ARGS+=" --with-xwidgets"
27
elif [[ "$BUILD_GUI" = "x11" || "$BUILD_GUI" = "gtk3" ]]; then
28
29
ARGS+=" --with-x --without-pgtk --without-gconf --with-x-toolkit=gtk3"
30
31
elif [[ "$BUILD_GUI" = "lucid" ]]; then
32
33
ARGS+=" --with-x --without-pgtk --without-gconf --with-x-toolkit=lucid"
0 commit comments