summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-06 23:16:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-07 11:35:43 +0100
commit173c35a4524e262fd887b0dcb60bff24b7087852 (patch)
tree49503779605fea73d324ced4608df7c482593332 /meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc
parentd7babed94f56ceb2f9218e6e5d28b9f8d8d04afa (diff)
downloadpoky-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/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc3
1 files changed, 1 insertions, 2 deletions
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
7DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" 7DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
8 8
9RDEPENDS_${PN} += "hal xorg-minimal-fonts" 9RDEPENDS_${PN} += "xorg-minimal-fonts"
10 10
11FILES_${PN} += "${bindir}/Xorg " 11FILES_${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
36COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)' 36COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)'
37