[oe-commits] [openembedded-core] 55/57: rxvt-unicode: add missing pkgconfig

git at git.openembedded.org git at git.openembedded.org
Thu Feb 15 13:31:54 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit cafc7fffcc4f217727c8aaec5cf89e0a611851bf
Author: Justin Bronder <jsbronder at cold-front.org>
AuthorDate: Mon Feb 12 17:05:28 2018 -0500

    rxvt-unicode: add missing pkgconfig
    
    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 at cold-front.org>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc b/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc
index 4d5daa6..b568f04 100644
--- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode.inc
+++ b/meta/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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list