[oe-commits] Ross Burton : xserver-xorg: add PACKAGECONFIG for libunwind

git at git.openembedded.org git at git.openembedded.org
Tue Jul 8 10:21:46 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 6b1418a2ba1544ea481fd4a89b5aa25111ca20e8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6b1418a2ba1544ea481fd4a89b5aa25111ca20e8

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Jul  7 14:40:48 2014 +0100

xserver-xorg: add PACKAGECONFIG for libunwind

The automatic detection of libunwind causes non-deterministic builds, so add a
PACKAGECONFIG option for it.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
index b9b9ac4..48ab347 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
@@ -122,6 +122,7 @@ PACKAGECONFIG[dri] = "--enable-dri,--disable-dri,glproto virtual/mesa xf86dripro
 PACKAGECONFIG[dri2] = "--enable-dri2,--disable-dri2,dri2proto"
 PACKAGECONFIG[dri3] = "--enable-dri3,--disable-dri3,dri3proto libxshmfence"
 PACKAGECONFIG[glx] = "--enable-glx --enable-glx-tls,--disable-glx,glproto virtual/libgl virtual/libx11"
+PACKAGECONFIG[unwind] = "--enable-libunwind,--disable-libunwind,libunwind"
 
 do_install_append () {
 	# Its assumed base-files creates this for us



More information about the Openembedded-commits mailing list