diff options
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xterm_362.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_362.bb b/meta-oe/recipes-graphics/xorg-app/xterm_362.bb index 3400034242..2bbcd9211c 100644 --- a/meta-oe/recipes-graphics/xorg-app/xterm_362.bb +++ b/meta-oe/recipes-graphics/xorg-app/xterm_362.bb | |||
@@ -37,7 +37,12 @@ do_install_append() { | |||
37 | oe_runmake install-desktop DESTDIR="${D}" DESKTOP_FLAGS="--dir=${D}${DESKTOPDIR}" | 37 | oe_runmake install-desktop DESTDIR="${D}" DESKTOP_FLAGS="--dir=${D}${DESKTOPDIR}" |
38 | } | 38 | } |
39 | 39 | ||
40 | RPROVIDES_${PN} = "virtual/x-terminal-emulator" | ||
41 | |||
40 | # busybox can supply resize too | 42 | # busybox can supply resize too |
41 | inherit update-alternatives | 43 | inherit update-alternatives |
42 | 44 | ||
43 | ALTERNATIVE_${PN} = "resize" | 45 | ALTERNATIVE_${PN} = "resize x-terminal-emulator" |
46 | ALTERNATIVE_TARGET[x-terminal-emulator] = "${bindir}/xterm" | ||
47 | # rxvt-unicode defaults to priority 10. Let's be one point lower to let it override xterm. | ||
48 | ALTERNATIVE_PRIORITY[x-terminal-emulator] = "9" | ||