]> code.ossystems Code Review - openembedded-core.git/commitdiff
rxvt-unicode: add missing pkgconfig
authorJustin Bronder <jsbronder@cold-front.org>
Mon, 12 Feb 2018 22:05:28 +0000 (17:05 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Feb 2018 18:05:26 +0000 (18:05 +0000)
The configure script uses pkg-config in RXVT_CHECK_MODULES and falls
back to disabling features that were enabled in EXTRA_OECONF if
pkg-config isn't found.

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc

index 4d5daa661cf2963c842734d92404cc34ddb2b48a..b568f04580b6bb13e8375d515470cd237cf691f5 100644 (file)
@@ -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"