summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-08-09 16:32:24 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 23:05:59 +0100
commit32a36db2a8e507d02fff6818533432bf87d54f43 (patch)
treebee699e839808cccba90a077d1f38d726b5a2e01 /meta/conf
parent07fdfd61b354522b561248c4314513433f0ceff3 (diff)
downloadpoky-32a36db2a8e507d02fff6818533432bf87d54f43.tar.gz
mesa: fix and enable out-of-tree builds
One patch (submitted upstream) for when Gallium is enabled, and another (inappropriate for upstream) to fix out-of-tree builds with 0003-EGL-Mutate-NativeDisplayType-depending-on-config. (From OE-Core rev: fbc7092f0ae07538d4363679b1597ba4e556d1a8) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/seperatebuilddir.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/seperatebuilddir.inc b/meta/conf/distro/include/seperatebuilddir.inc
index fbd5bdb7f3..bd98f8f634 100644
--- a/meta/conf/distro/include/seperatebuilddir.inc
+++ b/meta/conf/distro/include/seperatebuilddir.inc
@@ -441,7 +441,7 @@ B_pn-mc = "${SEPB}"
441B_pn-menu-cache = "${SEPB}" 441B_pn-menu-cache = "${SEPB}"
442B_pn-mesa-demos = "${SEPB}" 442B_pn-mesa-demos = "${SEPB}"
443# src/mapi/mapi/stub.c:51:39: error: 'MAPI_TABLE_NUM_DYNAMIC' undeclared here (not in a function) 443# src/mapi/mapi/stub.c:51:39: error: 'MAPI_TABLE_NUM_DYNAMIC' undeclared here (not in a function)
444#B_pn-mesa-dri = "${SEPB}" 444B_pn-mesa = "${SEPB}"
445B_pn-minicom = "${SEPB}" 445B_pn-minicom = "${SEPB}"
446# Not automake, no external tree support 446# Not automake, no external tree support
447#B_pn-mkelfimage = "${SEPB}" 447#B_pn-mkelfimage = "${SEPB}"