diff options
author | Ralph Amissah <ralph@amissah.com> | 2018-07-27 23:44:18 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:15 -0400 |
commit | 0ad57cc16d644cf614f128caf52273367dced16a (patch) | |
tree | 26607dc4a1d4f072ee7c6ddf8eaad3bad1c6d054 /dub.sdl | |
parent | 0.26.5 sqlite output, focus (diff) |
meson build related (reggae removed for now)
Diffstat (limited to 'dub.sdl')
-rw-r--r-- | dub.sdl | 15 |
1 files changed, 3 insertions, 12 deletions
@@ -8,21 +8,12 @@ targetPath "./bin" #sourcePath "./src/sdp" stringImportPaths "./views" buildRequirements "allowWarnings" -dependency "toml" version="~>0.4.0-rc.2" # https://code.dlang.org/packages/toml https://github.com/toml-lang/toml/wiki -dependency "toml:json" version="~>0.4.0-rc.2" -dependency "d2sqlite3" version="~>0.16.1" # https://code.dlang.org/packages/d2sqlite3 http://biozic.github.io/d2sqlite3/d2sqlite3.html +dependency "toml" version="~>1.0.0-rc.2" # https://code.dlang.org/packages/toml https://github.com/toml-lang/toml/wiki +dependency "toml:json" version="~>1.0.0-rc.2" +dependency "d2sqlite3" version="~>0.16.2" # https://code.dlang.org/packages/d2sqlite3 http://biozic.github.io/d2sqlite3/d2sqlite3.html subconfiguration "d2sqlite3" "all-included" dependency "archive" version="~>0.6.0" # http://code.dlang.org/packages/archive https://github.com/rcythr/archive dependency "imageformats" version="~>7.0.0" # https://code.dlang.org/packages/imageformats https://github.com/lgvz/imageformats -configuration "reggae" { - name "build" - targetType "executable" - platforms "posix" - targetName "bin/sdp-rg" - dflags "-J=views" "-I=src/sdp" - buildOptions "verbose" "releaseMode" "optimize" "inline" - postGenerateCommands "/usr/bin/notify-send -t 0 'D release executable ready' 'sdp-rg'" -} configuration "sdp-release" { name "release" targetType "executable" |