diff options
author | Peter Kjellerstedt <pkj@axis.com> | 2018-04-26 01:49:14 +0200 |
---|---|---|
committer | Peter Kjellerstedt <pkj@axis.com> | 2018-04-26 01:49:14 +0200 |
commit | 2a7881ee8135808d55b5c3c26e45d5979604571a (patch) | |
tree | 5f484065e78ad1be1b2c1207e09dfcfe9535d3d4 /recipes-sato/rxvt-unicode/rxvt-unicode.inc | |
parent | 1f34027fbefbe24b4edd56fd1797e5f23a4ea50c (diff) | |
download | meta-gplv2-2a7881ee8135808d55b5c3c26e45d5979604571a.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>
Diffstat (limited to 'recipes-sato/rxvt-unicode/rxvt-unicode.inc')
-rw-r--r-- | recipes-sato/rxvt-unicode/rxvt-unicode.inc | 2 |
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 | ||
15 | inherit autotools update-alternatives | 15 | inherit autotools pkgconfig update-alternatives |
16 | 16 | ||
17 | PROVIDES = "virtual/x-terminal-emulator" | 17 | PROVIDES = "virtual/x-terminal-emulator" |
18 | ALTERNATIVE_${PN} = "x-terminal-emulator" | 18 | ALTERNATIVE_${PN} = "x-terminal-emulator" |