diff options
author | Zoltán Böszörményi <zboszor@gmail.com> | 2022-03-22 06:17:40 +0100 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2022-03-22 09:10:59 +0100 |
commit | 42878b58b345d9fd1ed9c8229e7799e434d6b024 (patch) | |
tree | 89d867a0594eda4a94e8272b1b2eb4fd3f30f37b | |
parent | 37970e936e6289e256994ed25d66f50d7fbe5ebb (diff) | |
download | meta-java-42878b58b345d9fd1ed9c8229e7799e434d6b024.tar.gz |
classpath: inherit pkgconfig
It fixes this error:
| checking for pkg-config... no
| *** The pkg-config script could not be found. Make sure it is
| *** in your path, or set the PKG_CONFIG environment variable
| *** to the full path to pkg-config.
| *** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config.
| configure: error: Library requirements (gtk+-2.0 >= 2.8 gthread-2.0 >= 2.2 gdk-pixbuf-2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
| NOTE: The following config.log files may provide further information.
| NOTE: .../work/core2-64-oe-linux/classpath/0.99-r3/build/config.log
| ERROR: configure failed
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r-- | recipes-core/classpath/classpath.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/classpath/classpath.inc b/recipes-core/classpath/classpath.inc index 42c5daf..35e7db3 100644 --- a/recipes-core/classpath/classpath.inc +++ b/recipes-core/classpath/classpath.inc | |||
@@ -7,7 +7,7 @@ LICENSE = "GPL-2.0 & SAX-PD" | |||
7 | 7 | ||
8 | PBN = "classpath" | 8 | PBN = "classpath" |
9 | 9 | ||
10 | inherit autotools java gettext | 10 | inherit autotools pkgconfig java gettext |
11 | 11 | ||
12 | DEPENDS = "virtual/javac-native fastjar-native zip-native gmp antlr-native gtk+ gconf libxtst file" | 12 | DEPENDS = "virtual/javac-native fastjar-native zip-native gmp antlr-native gtk+ gconf libxtst file" |
13 | 13 | ||