README: Reorder dependencies

pull/69/head
Andri Yngvason 2022-07-30 21:58:34 +00:00
parent 36fb346da1
commit 86f3106150
1 changed files with 3 additions and 3 deletions

View File

@ -12,16 +12,16 @@ neat.
## Building ## Building
### Runtime Dependencies ### Runtime Dependencies
* pixman
* aml - https://github.com/any1/aml/ * aml - https://github.com/any1/aml/
* zlib
* gnutls (optional) * gnutls (optional)
* libturbojpeg (optional) * libturbojpeg (optional)
* pixman
* zlib
### Build Dependencies ### Build Dependencies
* libdrm
* meson * meson
* pkg-config * pkg-config
* libdrm
To build just run: To build just run:
``` ```