summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r--meta-oe/recipes-graphics/xorg-app/xterm_330.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_330.bb b/meta-oe/recipes-graphics/xorg-app/xterm_330.bb
index e3bb0fb6e..16f9b7882 100644
--- a/meta-oe/recipes-graphics/xorg-app/xterm_330.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_330.bb
@@ -27,3 +27,8 @@ do_configure() {
27} 27}
28 28
29FILES_${PN} += "/usr/lib/X11" 29FILES_${PN} += "/usr/lib/X11"
30
31# busybox can supply resize too
32inherit update-alternatives
33
34ALTERNATIVE_${PN} = "resize"