mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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. (From OE-Core rev: 50368960cde75803e3873ad1b37ecb00e92ad4ae) Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c4ca3c4a5c
commit
4f61b2ad2a
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user