don't mention efl as a dep of efl in compiling

This commit is contained in:
Carsten Haitzler 2022-06-04 16:47:50 +01:00
parent 5f3c627661
commit 6b3eaf41e7
1 changed files with 2 additions and 2 deletions

View File

@ -461,8 +461,8 @@ or clang for example), pkg-config, ninja, any relevant package-dev or
package-devel packages if your distribution splits out development
headers (e.g. libc6-dev) etc.
Depending on where dependencies (like efl) are installed, you might have to
set your `PKG_CONFIG_PATH` environment variable like:
Depending on where dependencies, you might have to set your
`PKG_CONFIG_PATH` environment variable like:
```sh
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig
```