1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-21 00:25:37 +00:00

[docker] -Dtre=true for alpine

This commit is contained in:
Witold Filipczyk 2022-12-01 20:35:48 +01:00
parent ab316a51a1
commit 5540ccc950
3 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#
# [ x86_64 ] elinks docker development environment
# elinks docker development environment
#
# [*] base system
@ -33,6 +33,8 @@ RUN cd /root && apk add \
quickjs-dev \
sqlite-dev \
sqlite-static \
tre-dev \
tre-static \
zlib-dev \
zlib-static \
zstd-dev \

View File

@ -42,7 +42,7 @@ meson /tmp/builddir \
-Dstatic=true \
-Dterminfo=false \
-Dtest=false \
-Dtre=false \
-Dtre=true \
-Dtrue-color=true \
-Dutf-8=true \
-Dwithdebug=false \

View File

@ -42,7 +42,7 @@ meson /tmp/builddir_js \
-Dstatic=true \
-Dterminfo=false \
-Dtest=false \
-Dtre=false \
-Dtre=true \
-Dtrue-color=true \
-Dutf-8=true \
-Dwithdebug=false \