Skip to content

Commit

Permalink
Update dependency requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrahl committed Mar 2, 2019
1 parent 37feb42 commit c4cba22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ configuration = configuration_data()
# Dependency: re
# Note: We need to force using our own fork until re has accepted all our patches
re_dep = dependency('librawrre',
version: '>=0.5.9',
version: '>=0.6.0',
fallback: ['re', 're_dep'],
required: true)

Expand All @@ -51,7 +51,7 @@ usrsctp_dep = dependency('usrsctp',

# Dependency: rawrtcc
rawrtcc_dep = dependency('rawrtcc',
version: '>=0.0.1',
version: '>=0.1.0',
fallback: ['rawrtcc', 'rawrtcc_dep'],
required: true)

Expand Down
2 changes: 1 addition & 1 deletion subprojects/rawrtcc.wrap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wrap-git]
directory = rawrtcc
url = https://github.com/rawrtc/rawrtc-common.git
revision = 7d660708daadc049b4a1a882f15c7f755f55b5dc
revision = v0.1.0

0 comments on commit c4cba22

Please sign in to comment.