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 7b7248c commit db567f6Copy full SHA for db567f6
scripts/build_emacs_in_docker.sh
@@ -23,11 +23,9 @@ 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-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