diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-12 12:15:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-12 17:45:41 +0000 |
commit | bd2d8904181aa67258b6be8a7bbeaf8d12a8dd5a (patch) | |
tree | 3d474ce5ba9b3c8dbea88269d799fcc7565d8306 /meta/recipes-graphics | |
parent | 48633e5dd54f4aa0b224403bf316c56e0e1e1f79 (diff) | |
download | poky-bd2d8904181aa67258b6be8a7bbeaf8d12a8dd5a.tar.gz |
xorg-xserver: Explictly disable dtrace, its not in DEPENDS
(From OE-Core rev: 01c1a0f7671871b4fafaed0712ecdece5c21216b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc index be3c243c8a..f5fa629105 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc | |||
@@ -6,5 +6,5 @@ SRC_URI += "file://fix_open_max_preprocessor_error.patch" | |||
6 | SRC_URI[md5sum] = "8796fff441e5435ee36a72579008af24" | 6 | SRC_URI[md5sum] = "8796fff441e5435ee36a72579008af24" |
7 | SRC_URI[sha256sum] = "fa415decf02027ca278b06254ccfbcceba2a83c2741405257ebf749da4a73cf2" | 7 | SRC_URI[sha256sum] = "fa415decf02027ca278b06254ccfbcceba2a83c2741405257ebf749da4a73cf2" |
8 | 8 | ||
9 | PR = "r0" | 9 | PR = "r1" |
10 | 10 | ||
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc index c1a552ec72..300704a4ad 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc | |||
@@ -108,6 +108,7 @@ EXTRA_OECONF += "--with-fop=no \ | |||
108 | --disable-xnest \ | 108 | --disable-xnest \ |
109 | --disable-xvfb \ | 109 | --disable-xvfb \ |
110 | --enable-composite \ | 110 | --enable-composite \ |
111 | --without-dtrace \ | ||
111 | --sysconfdir=/etc/X11 \ | 112 | --sysconfdir=/etc/X11 \ |
112 | --localstatedir=/var \ | 113 | --localstatedir=/var \ |
113 | --with-fontdir=${datadir}/fonts/X11 \ | 114 | --with-fontdir=${datadir}/fonts/X11 \ |