mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
bf047d774b
Without that fix environments like sato cannot start because they require x-session-manager to be started instead of x-window-manager. Signed-off-by: Denis Carikli <denis@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
38 lines
1.4 KiB
BlitzBasic
38 lines
1.4 KiB
BlitzBasic
DESCRIPTION = "Common X11 scripts and support files"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
|
|
|
PR = "r7"
|
|
|
|
# we are using a gpe-style Makefile
|
|
inherit gpe
|
|
|
|
SRC_URI[md5sum] = "82f2f84cd96610e8f7b92c700cd31c14"
|
|
SRC_URI[sha256sum] = "cd04c33418f776b1e13fcc7af3d6bd0c7cccd03fbabd7dbcd97f88166cc34210"
|
|
|
|
SRC_URI_append = " \
|
|
file://0001-COPYING-add-GPLv2-license-file.patch \
|
|
file://0002-add-setdpi-Xinit.d-script.patch \
|
|
file://0003-add-89xdgautostart-Xsession.d-script.patch \
|
|
file://0005-add-XWindowManager-Xsession.d-script.patch \
|
|
file://0006-add-support-for-etc-X11-xserver-system.patch \
|
|
file://0007-use-own-functions-file-instead-etc-init.d-functions.patch \
|
|
file://0008-xserver-common-add-dpi-and-nocursor-params-for-gta01.patch \
|
|
file://0009-xserver-common-add-support-for-n900-alias-nokia_rx-5.patch \
|
|
file://0010-xserver-common-add-support-for-nexus-S-alias-herring.patch \
|
|
file://0011-xserver-common-add-support-for-nexus-one-alias-mahim.patch \
|
|
file://0012-xserver-common-add-support-for-gta04-alias-OpenPhoen.patch \
|
|
"
|
|
|
|
do_install_append() {
|
|
sed -i 's:^BINDIR=.*$:BINDIR=${bindir}:' ${D}/etc/X11/xserver-common
|
|
}
|
|
|
|
inherit allarch
|
|
|
|
RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo fbset xinput-calibrator"
|
|
|
|
RCONFLICTS_${PN} = "xserver-kdrive-common x11-common"
|
|
RREPLACES_${PN} = "xserver-kdrive-common x11-common"
|
|
|