diff options
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xterm_330.bb | 5 |
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 e3bb0fb6eb..16f9b78824 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 | ||
29 | FILES_${PN} += "/usr/lib/X11" | 29 | FILES_${PN} += "/usr/lib/X11" |
30 | |||
31 | # busybox can supply resize too | ||
32 | inherit update-alternatives | ||
33 | |||
34 | ALTERNATIVE_${PN} = "resize" | ||