diff options
author | Zoltán Böszörményi <zboszor@gmail.com> | 2022-03-22 06:17:40 +0100 |
---|---|---|
committer | Tim Orling <tim.orling@konsulko.com> | 2024-01-17 18:32:03 -0800 |
commit | 62d8dde486dd1a292fd65aae32e182d8e4493d66 (patch) | |
tree | e083e9ae42da388c8eff5e3bdf45854e2e444cef /recipes-core/classpath/classpath.inc | |
parent | 68e8fdef3af52d36a3b016cea9f7a5eb0d0bdc39 (diff) | |
download | meta-java-62d8dde486dd1a292fd65aae32e182d8e4493d66.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>
Diffstat (limited to 'recipes-core/classpath/classpath.inc')
-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 | ||