Skip to content

Commit 668c2b5

Browse files
committed
meson: update wrap files to point to github repos
1 parent f0228f5 commit 668c2b5

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

README

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,16 @@ This project can also be built with [meson](https://github.com/mesonbuild/meson)
5656
`pip install meson`
5757

5858
2. Set up meson build
59-
(optionally set install path, otherwise remove -prefix)
60-
(optionally enable tests)
6159

6260
```
6361
export PREFIX=PATH/TO/INSTALL/DIRECTORY
64-
meson setup builddir --prefix=$PREFIX -Dtests=true
62+
meson setup builddir --prefix=$PREFIX
6563
```
6664

67-
3. Compile and optionally run tests
65+
3. Compile
6866

6967
```
7068
meson compile -C builddir -v
71-
meson test -C builddir -v
7269
```
7370

7471
4. Install

subprojects/libparserutils.wrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[wrap-git]
22
directory=libparserutils
3-
url=https://gitlab.collabora.com/libcss/libparserutils.git
3+
url=https://github.com/collabora/libparserutils.git
44
revision=meson

subprojects/libwapcaplet.wrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[wrap-git]
22
directory=libwapcaplet
3-
url=https://gitlab.collabora.com/libcss/libwapcaplet.git
3+
url=https://github.com/collabora/libwapcaplet.git
44
revision=meson

0 commit comments

Comments
 (0)