This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efl.
View the commit online.
commit 6b3eaf41e7ab100b47032f8d13ae17b85f1d59a4
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Sat Jun 4 16:47:50 2022 +0100
don't mention efl as a dep of efl in compiling
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index e1fc91e10c..2e6cce3a98 100644
--- a/README.md
+++ b/README.md
@@ -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
```
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.