summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/xorg-app/xinit_1.4.2.bb7
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
19SRC_URI[sha256sum] = "b7d8dc8d22ef9f15985a10b606ee4f2aad6828befa437359934647e88d331f23" 19SRC_URI[sha256sum] = "b7d8dc8d22ef9f15985a10b606ee4f2aad6828befa437359934647e88d331f23"
20 20
21EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie" 21EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie \
22 22 --with-xterm=x-terminal-emulator"
23PACKAGECONFIG ??= "rxvt"
24PACKAGECONFIG[rxvt] = "--with-xterm=rxvt,,,rxvt-unicode"
25 23
26RDEPENDS:${PN} += "util-linux-mcookie" 24RDEPENDS:${PN} += "util-linux-mcookie"
25RRECOMMENDS:${PN} += "virtual-x-terminal-emulator"