Adding missing package for fedora (#1018)

libxcb-devel
This commit is contained in:
Timo 2021-12-30 21:52:05 +01:00 committed by GitHub
parent 0960f38552
commit 21fe9316d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ The native backend is [`egui_glium`](https://github.com/emilk/egui/tree/master/e
On Fedora Rawhide you need to run:
`dnf install clang clang-devel clang-tools-extra speech-dispatcher-devel libxkbcommon-devel pkg-config openssl-devel`
`dnf install clang clang-devel clang-tools-extra speech-dispatcher-devel libxkbcommon-devel pkg-config openssl-devel libxcb-devel`
**NOTE**: This is just for the demo app - egui itself is completely platform agnostic!