summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2018-04-26 01:49:14 +0200
committerPeter Kjellerstedt <pkj@axis.com>2018-04-26 03:01:15 +0200
commit9042e189be663e6cdbd9f53b769cb92b337e0d73 (patch)
tree24644f11e32c26f4c2d87734fc56e00af86e807b
parent9009da5a2bb9e7d97c162b5b1c88e51c7d4fd019 (diff)
downloadmeta-gplv2-9042e189be663e6cdbd9f53b769cb92b337e0d73.tar.gz
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.inc2
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
12 file://rxvt.desktop \ 12 file://rxvt.desktop \
13 file://rxvt.png" 13 file://rxvt.png"
14 14
15inherit autotools update-alternatives 15inherit autotools pkgconfig update-alternatives
16 16
17PROVIDES = "virtual/x-terminal-emulator" 17PROVIDES = "virtual/x-terminal-emulator"
18ALTERNATIVE_${PN} = "x-terminal-emulator" 18ALTERNATIVE_${PN} = "x-terminal-emulator"