diff options
| -rw-r--r-- | meta/recipes-graphics/xorg-app/xinit_1.4.2.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb b/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb index 82c0b0d833..8a8367c688 100644 --- a/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb +++ b/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb | |||
| @@ -18,9 +18,8 @@ SRC_URI_EXT = "xz" | |||
| 18 | 18 | ||
| 19 | SRC_URI[sha256sum] = "b7d8dc8d22ef9f15985a10b606ee4f2aad6828befa437359934647e88d331f23" | 19 | SRC_URI[sha256sum] = "b7d8dc8d22ef9f15985a10b606ee4f2aad6828befa437359934647e88d331f23" |
| 20 | 20 | ||
| 21 | EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie" | 21 | EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie \ |
| 22 | 22 | --with-xterm=x-terminal-emulator" | |
| 23 | PACKAGECONFIG ??= "rxvt" | ||
| 24 | PACKAGECONFIG[rxvt] = "--with-xterm=rxvt,,,rxvt-unicode" | ||
| 25 | 23 | ||
| 26 | RDEPENDS:${PN} += "util-linux-mcookie" | 24 | RDEPENDS:${PN} += "util-linux-mcookie" |
| 25 | RRECOMMENDS:${PN} += "virtual-x-terminal-emulator" | ||
