diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-06 23:16:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-07 11:35:43 +0100 |
commit | 173c35a4524e262fd887b0dcb60bff24b7087852 (patch) | |
tree | 49503779605fea73d324ced4608df7c482593332 /meta | |
parent | d7babed94f56ceb2f9218e6e5d28b9f8d8d04afa (diff) | |
download | poky-173c35a4524e262fd887b0dcb60bff24b7087852.tar.gz |
xserver-xf86: Use PACKAGECONFIG for udev/hal choice and default to udev
(From OE-Core rev: 55fe7a29e059a3e09e04896b18bb751da3cd8530)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
6 files changed, 10 insertions, 6 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc b/meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc index 000aea3aa2..17d456cb5c 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc | |||
@@ -35,3 +35,8 @@ FILES_${PN}-dbg += "${libdir}/xorg/modules/.debug \ | |||
35 | SRC_URI += "file://macro_tweak.patch" | 35 | SRC_URI += "file://macro_tweak.patch" |
36 | 36 | ||
37 | EXTRA_OECONF = "--with-fop=no" | 37 | EXTRA_OECONF = "--with-fop=no" |
38 | |||
39 | PACKAGECONFIG ??= "udev" | ||
40 | PACKAGECONFIG[hal] = "--enable-config-hal,--disable-config-hal,,hal" | ||
41 | PACKAGECONFIG[udev] = "--enable-config-udev,--disable-config-udev,udev" | ||
42 | |||
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc index 3aca760d9c..6b138732d0 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc | |||
@@ -6,7 +6,7 @@ LIB_DEPS = "pixman virtual/libgl libxfont xtrans libxau libxext libxdmcp libdrm | |||
6 | 6 | ||
7 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" | 7 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" |
8 | 8 | ||
9 | RDEPENDS_${PN} += "hal xorg-minimal-fonts" | 9 | RDEPENDS_${PN} += "xorg-minimal-fonts" |
10 | 10 | ||
11 | FILES_${PN} += "${bindir}/Xorg " | 11 | FILES_${PN} += "${bindir}/Xorg " |
12 | 12 | ||
@@ -34,4 +34,3 @@ EXTRA_OECONF += "--disable-static \ | |||
34 | 34 | ||
35 | # Due to mesa-dri | 35 | # Due to mesa-dri |
36 | COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)' | 36 | COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)' |
37 | |||
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.10.1.bb b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.10.1.bb index 035e39c996..b797f9701f 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.10.1.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.10.1.bb | |||
@@ -7,7 +7,7 @@ PROTO_DEPS += "xf86driproto dri2proto" | |||
7 | DEPENDS += "font-util" | 7 | DEPENDS += "font-util" |
8 | 8 | ||
9 | PE = "1" | 9 | PE = "1" |
10 | PR = "r1" | 10 | PR = "r3" |
11 | 11 | ||
12 | SRC_URI += "file://crosscompile.patch" | 12 | SRC_URI += "file://crosscompile.patch" |
13 | 13 | ||
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb index 066ff13271..87ba04025f 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00" | |||
4 | 4 | ||
5 | SRCREV = "6689e8add183835274a70ee013e5d3bc8023681f" | 5 | SRCREV = "6689e8add183835274a70ee013e5d3bc8023681f" |
6 | PE = "1" | 6 | PE = "1" |
7 | PR = "r1" | 7 | PR = "r3" |
8 | PV = "1.10+git${SRCPV}" | 8 | PV = "1.10+git${SRCPV}" |
9 | 9 | ||
10 | PROTO_DEPS += "xf86driproto dri2proto" | 10 | PROTO_DEPS += "xf86driproto dri2proto" |
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite.inc b/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite.inc index 54470580fd..131c258e82 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite.inc | |||
@@ -8,7 +8,7 @@ LIB_DEPS = "pixman libxfont xtrans libxau libxext libxdmcp libdrm libxkbfile lib | |||
8 | 8 | ||
9 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" | 9 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" |
10 | 10 | ||
11 | RDEPENDS_${PN} += "hal xorg-minimal-fonts" | 11 | RDEPENDS_${PN} += "xorg-minimal-fonts" |
12 | 12 | ||
13 | FILES_${PN} += "${bindir}/Xorg " | 13 | FILES_${PN} += "${bindir}/Xorg " |
14 | 14 | ||
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite_1.10.1.bb b/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite_1.10.1.bb index 5575c0f7bb..e42f27d587 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite_1.10.1.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite_1.10.1.bb | |||
@@ -2,7 +2,7 @@ require xserver-xf86-lite.inc | |||
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00" |
4 | 4 | ||
5 | PR = "r1" | 5 | PR = "r3" |
6 | 6 | ||
7 | DEPENDS += "font-util" | 7 | DEPENDS += "font-util" |
8 | 8 | ||