summaryrefslogtreecommitdiff
path: root/p2pvr/devices/Jamfile.jam
diff options
context:
space:
mode:
Diffstat (limited to 'p2pvr/devices/Jamfile.jam')
-rw-r--r--p2pvr/devices/Jamfile.jam20
1 files changed, 6 insertions, 14 deletions
diff --git a/p2pvr/devices/Jamfile.jam b/p2pvr/devices/Jamfile.jam
index bb9f70e..363215c 100644
--- a/p2pvr/devices/Jamfile.jam
+++ b/p2pvr/devices/Jamfile.jam
@@ -2,17 +2,14 @@ import type ;
import generators ;
import testing ;
-lib boost_system ;
-lib boost_thread ;
-lib boost_filesystem ;
+lib stdc++fs ;
lib boost_program_options ;
lib lzma ;
lib p2pvrdevices :
[ glob-tree *.cpp : mock*.cpp ]
:
- <library>boost_system
- <library>boost_filesystem
+ <library>stdc++fs
<library>boost_program_options
<library>../dvb//p2pvrdvb
<library>../ice//p2pvrice
@@ -21,9 +18,8 @@ lib p2pvrdevices :
<library>..//icetray
<implicit-dependency>../ice//p2pvrice
: :
- <library>boost_filesystem
+ <library>stdc++fs
<implicit-dependency>../ice//p2pvrice
- <library>boost_system
<include>.
;
@@ -43,9 +39,7 @@ lib p2pvrMockTuner :
mockTuner.cpp
:
<library>mockdata
- <library>boost_system
- <library>boost_thread
- <library>boost_filesystem
+ <library>stdc++fs
<library>p2pvrdevices
<library>../dvb//p2pvrdvb
<library>../ice//p2pvrice
@@ -54,9 +48,8 @@ lib p2pvrMockTuner :
<library>..//icetray
<implicit-dependency>../ice//p2pvrice
: :
- <library>boost_filesystem
+ <library>stdc++fs
<implicit-dependency>../ice//p2pvrice
- <library>boost_system
<include>.
;
@@ -77,8 +70,7 @@ run
<library>..//adhocutil
<library>..//icetray
<library>mockdata
- <library>boost_filesystem
- <library>boost_system
+ <library>stdc++fs
<library>..//boost_utf
<define>BOOST_TEST_DYN_LINK
;