Skip to content

Commit fa471b0

Browse files
cassidyjamesGeorgesStavracas
authored andcommitted
README: use portal-test option in examples
Missed in #43
1 parent c3407aa commit fa471b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ meson configure _build
4040
To change an option, re-configure the project:
4141

4242
```
43-
meson configure _build -Dbuild-portal-test=true
43+
meson configure _build -Dportal-tests=gtk3
4444
```
4545

4646
You can also pass in options right from the start, e.g. with:
4747

4848
```
49-
meson _build -Dbuild-portal-test=true
49+
meson _build -Dportal-tests=gtk3
5050
```
5151

5252
Then build:

0 commit comments

Comments
 (0)