diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-03 22:33:18 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-03 22:33:18 +0000 |
commit | 00c1d69a8ef938fae7f318d67bba6e96d33d2a28 (patch) | |
tree | f18500929421f6c36f3bb12ffe5b2c5fea7016d6 /libtmdb | |
parent | Switch to new libadhoc ctf-printf (diff) | |
download | p2pvr-00c1d69a8ef938fae7f318d67bba6e96d33d2a28.tar.bz2 p2pvr-00c1d69a8ef938fae7f318d67bba6e96d33d2a28.tar.xz p2pvr-00c1d69a8ef938fae7f318d67bba6e96d33d2a28.zip |
Remove boost::filesystem in favour of std::filesystemp2pvr-0.3.3
Diffstat (limited to 'libtmdb')
-rw-r--r-- | libtmdb/Jamfile.jam | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/libtmdb/Jamfile.jam b/libtmdb/Jamfile.jam index f6c8366..9c7a40e 100644 --- a/libtmdb/Jamfile.jam +++ b/libtmdb/Jamfile.jam @@ -5,8 +5,7 @@ lib slicer-json : : : : <include>/usr/include/slicer ; lib Ice : : <name>Ice++11 ; lib jsonpp ; lib pthread ; -lib boost_system ; -lib boost_filesystem ; +lib stdc++fs ; lib curl ; lib boost_utf : : <name>boost_unit_test_framework ; lib adhocutil : : : : <include>/usr/include/adhocutil ; @@ -18,7 +17,6 @@ lib tmdb : <library>pthread <library>slicer <library>slicer-json - <library>boost_system <library>..//glibmm <library>curl <library>adhocutil @@ -46,8 +44,7 @@ run <library>tmdb <library>slicer <library>slicer-json - <library>boost_filesystem - <library>boost_system + <library>stdc++fs <implicit-dependency>tmdb : testModels @@ -61,8 +58,7 @@ run <library>tmdb <library>slicer <library>slicer-json - <library>boost_filesystem - <library>boost_system + <library>stdc++fs <implicit-dependency>tmdb : testFormatUrls @@ -76,8 +72,7 @@ run <library>tmdb <library>slicer <library>slicer-json - <library>boost_filesystem - <library>boost_system + <library>stdc++fs <implicit-dependency>tmdb : testCallMockApi |