diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-02 19:59:41 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-02 19:59:41 +0100 |
commit | 992a1b3d2653ed527c2a301f80140bc35d84e832 (patch) | |
tree | 73981b8a28a0368f2b74b0369b1ecf649c908f77 /common.mk | |
parent | 20ceb53ec1c1bc18face8e831292dfe81fed3817 (diff) |
Switch from ImageMagick to GraphicsMagick for deterministic data; added tests
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -60,8 +60,8 @@ else LIBS+=-lstdc++ -lstdc++fs endif -CXXFLAGS+=$(shell pkg-config --cflags qrcodegencpp Magick++ fmt sqlite3) +CXXFLAGS+=$(shell pkg-config --cflags qrcodegencpp GraphicsMagick++ fmt sqlite3) LIBS+=-lfcgi -lboost_filesystem -lpthread -LIBS+=-lSQLiteCpp $(shell pkg-config --libs qrcodegencpp Magick++ fmt sqlite3) +LIBS+=-lSQLiteCpp $(shell pkg-config --libs qrcodegencpp GraphicsMagick++ fmt sqlite3) LIBS+=-lreichwein |