File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ RUN wget -O mps-release-1.118.0.tar.gz https://github.com/Ravenbrook/mps/archive
50
50
cd .. && rm -rf mps-release-1.118.0 mps-release-1.118.0.tar.gz
51
51
52
52
RUN apt-get update && apt-get install -y \
53
- xorg libx11-dev libgtk-3-dev libxaw7-dev \
53
+ xorg libx11-dev libgtk-3-dev libxaw7-dev libwebkit2gtk-4.0-dev \
54
54
libjpeg-dev libgif-dev libtiff-dev libxmp-dev \
55
55
libsqlite3-dev libmagickcore-dev libmagickwand-dev \
56
56
libwebp-dev libotf-dev libcairo-dev libjansson-dev \
Original file line number Diff line number Diff line change @@ -23,9 +23,11 @@ IS_GUI=no
23
23
if [[ " $BUILD_GUI " = " pgtk" ]]; then
24
24
IS_GUI=yes
25
25
ARGS+=" --with-pgtk --without-x --without-gconf --without-ns"
26
+ ARGS+=" --with-xwidget"
26
27
elif [[ " $BUILD_GUI " = " x11" || " $BUILD_GUI " = " gtk3" ]]; then
27
28
IS_GUI=yes
28
29
ARGS+=" --with-x --without-pgtk --without-gconf --with-x-toolkit=gtk3"
30
+ ARGS+=" --with-xwidget"
29
31
elif [[ " $BUILD_GUI " = " lucid" ]]; then
30
32
IS_GUI=yes
31
33
ARGS+=" --with-x --without-pgtk --without-gconf --with-x-toolkit=lucid"
You can’t perform that action at this time.
0 commit comments