Skip to content

Commit abfc30d

Browse files
pqcfoxrivos-eblot
authored andcommitted
[ot] docs/opentitan: index.md: add missing pixman flag to index.md
(cherry picked from commit 22e29e3) Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
1 parent 578ef26 commit abfc30d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/opentitan/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@ Note: never tested on Windows hosts.
1313
mkdir build
1414
cd build
1515
../configure --target-list=riscv32-softmmu --without-default-features --enable-tcg \
16-
--enable-tools --enable-trace-backends=log [--enable-gtk | --enable-cocoa]
16+
--enable-tools --enable-trace-backends=log \
17+
[--enable-gtk --enable-pixman | --enable-cocoa]
1718
ninja
1819
ninja qemu-img
1920
````
2021

21-
* `--enable-gtk` and `--enable-cocoa` are only useful when using a graphical display, such as the
22-
IbexDemo platform. It is mosly useless with the OpenTitan platform.
22+
* `--enable-gtk --enable-pixman` and `--enable-cocoa` are only useful when using a graphical
23+
display, such as the IbexDemo platform. It is mosly useless with the OpenTitan platform.
2324

24-
* `--enable-gtk` should be used on Linux hosts
25+
* `--enable-gtk --enable-pixman` should be used on Linux hosts
2526
* `--enable-cocoa` should be used on macOS hosts
2627

2728
* `--extra-cflags=-Wno-deprecated-declarations` and

0 commit comments

Comments
 (0)