summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
-rw-r--r--webassembly/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 2c990d1..efe5447 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-whiteboard (1.5) UNRELEASED; urgency=medium
+whiteboard (1.5~pre1) UNRELEASED; urgency=medium
* Move from FCGI to websocket interface
* Position changes w/o file transmit
diff --git a/debian/control b/debian/control
index 0dce8fc..e6499aa 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: whiteboard
Section: web
Priority: optional
Maintainer: Roland Reichwein <mail@reichwein.it>
-Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.71-all-dev, clang | g++-9, llvm | g++-9, lld | g++-9, uglifyjs, python3-pkg-resources, htmlmin, cleancss, libqrcodegencpp-dev, libgraphicsmagick++-dev, pkg-config, libfmt-dev, libsqlitecpp-dev, googletest, gcovr, webserver, libreichwein-dev
+Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.71-all-dev, clang | g++-9, llvm | g++-9, lld | g++-9, uglifyjs, python3-pkg-resources, htmlmin, cleancss, libqrcodegencpp-dev, libgraphicsmagick++-dev, pkg-config, libfmt-dev, libsqlitecpp-dev, googletest, gcovr, libreichwein-dev, emscripten
Standards-Version: 4.5.0
Homepage: http://www.reichwein.it/whiteboard/
diff --git a/webassembly/Makefile b/webassembly/Makefile
index eeaa357..e2898e4 100644
--- a/webassembly/Makefile
+++ b/webassembly/Makefile
@@ -5,7 +5,7 @@ OBJS=diff.o
CXX=em++
-CXXFLAGS=-I/usr/include
+CXXFLAGS=-I/usr/include -std=c++20
LDFLAGS=-s WASM=1 -s LINKABLE=1 -s EXPORT_ALL=1
default: $(TARGET)