qemugl: remove obsolate /usr/X11R6/lib lib directory
authorYu Ke <ke.yu@intel.com>
Sat, 9 Oct 2010 01:47:52 +0000 (09:47 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 11 Oct 2010 21:16:42 +0000 (22:16 +0100)
commit3fa03b2a1dd4a9583960aabaeab20672065c66d6
tree780304f7fab28baa2eb62c562f446a1346cd9b9b
parent6e4ad14ae9de2688fa81e16d5fcfb4ba7bd3b04c
qemugl: remove obsolate /usr/X11R6/lib lib directory

qemugl makefile has "-L/usr/X11R6/lib" to specifiy the X lib dir.
it is actually obsolate in poky now, because poky use Xserver from
X.org (X11R7.x), and its libs are in standard /usr/lib.

Meanwhile,the -L/usr/X11R6/lib will cause warning: library search path
"/usr/X11R6/lib" is unsafe for cross-compilation. so better to remove it.

Fix [BUGID #386]

Signed-off-by: Yu Ke <ke.yu@intel.com>
meta/recipes-graphics/mesa/qemugl/remove-x11r6-lib-dir.patch [new file with mode: 0644]
meta/recipes-graphics/mesa/qemugl_git.bb