From 2a7881ee8135808d55b5c3c26e45d5979604571a Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Thu, 26 Apr 2018 01:49:14 +0200 Subject: 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 --- recipes-sato/rxvt-unicode/rxvt-unicode.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-54-g00ecf