summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-28 17:20:56 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-28 17:20:56 +0100
commitdd358ac5cdfc2b449dcbe94a33a06a7540d8f966 (patch)
tree082090362ccab2717a951b33acb94f1526cde2af
parent4247b81e7756ce1ff01e097e634a9dcbc0912787 (diff)
Update build environment
-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)