diff options
author | Ross Burton <ross.burton@intel.com> | 2013-08-09 16:32:24 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-13 23:05:59 +0100 |
commit | 32a36db2a8e507d02fff6818533432bf87d54f43 (patch) | |
tree | bee699e839808cccba90a077d1f38d726b5a2e01 /meta/conf/distro | |
parent | 07fdfd61b354522b561248c4314513433f0ceff3 (diff) | |
download | poky-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/distro')
-rw-r--r-- | meta/conf/distro/include/seperatebuilddir.inc | 2 |
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}" | |||
441 | B_pn-menu-cache = "${SEPB}" | 441 | B_pn-menu-cache = "${SEPB}" |
442 | B_pn-mesa-demos = "${SEPB}" | 442 | B_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}" | 444 | B_pn-mesa = "${SEPB}" |
445 | B_pn-minicom = "${SEPB}" | 445 | B_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}" |