diff options
author | 2018-04-26 01:49:14 +0200 | |
---|---|---|
committer | 2018-04-26 01:49:14 +0200 | |
commit | 2a7881ee8135808d55b5c3c26e45d5979604571a (patch) | |
tree | 5f484065e78ad1be1b2c1207e09dfcfe9535d3d4 | |
parent | 1f34027fbefbe24b4edd56fd1797e5f23a4ea50c (diff) | |
download | meta-gplv2-2a7881ee8135808d55b5c3c26e45d5979604571a.tar.gz meta-gplv2-2a7881ee8135808d55b5c3c26e45d5979604571a.tar.bz2 meta-gplv2-2a7881ee8135808d55b5c3c26e45d5979604571a.zip |
rxvt-unicode: Inherit pkgconfig
The configure script uses pkg-config and falls back to disabling
features that were enabled in EXTRA_OECONF if pkg-config isn't found.
This corresponds to commit 50368960cd in OE-Core.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
-rw-r--r-- | recipes-sato/rxvt-unicode/rxvt-unicode.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-sato/rxvt-unicode/rxvt-unicode.inc b/recipes-sato/rxvt-unicode/rxvt-unicode.inc index 4d5daa6..b568f04 100644 --- a/recipes-sato/rxvt-unicode/rxvt-unicode.inc +++ b/recipes-sato/rxvt-unicode/rxvt-unicode.inc @@ -12,7 +12,7 @@ SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2 file://rxvt.desktop \ file://rxvt.png" -inherit autotools update-alternatives +inherit autotools pkgconfig update-alternatives PROVIDES = "virtual/x-terminal-emulator" ALTERNATIVE_${PN} = "x-terminal-emulator" |