diff options
author | Ross Burton <ross.burton@intel.com> | 2013-08-09 16:32:24 +0100 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-08-13 07:29:32 -0700 |
commit | fbc7092f0ae07538d4363679b1597ba4e556d1a8 (patch) | |
tree | c27fe059d872e4b9c0bce895034a79da4bc8685f /meta/conf/distro/include | |
parent | 33fc0caa169c8d0c707977e387bda6a23630ee12 (diff) | |
download | openembedded-core-fbc7092f0ae07538d4363679b1597ba4e556d1a8.tar.gz openembedded-core-fbc7092f0ae07538d4363679b1597ba4e556d1a8.tar.bz2 openembedded-core-fbc7092f0ae07538d4363679b1597ba4e556d1a8.zip |
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.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/conf/distro/include')
-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}" B_pn-menu-cache = "${SEPB}" B_pn-mesa-demos = "${SEPB}" # src/mapi/mapi/stub.c:51:39: error: 'MAPI_TABLE_NUM_DYNAMIC' undeclared here (not in a function) -#B_pn-mesa-dri = "${SEPB}" +B_pn-mesa = "${SEPB}" B_pn-minicom = "${SEPB}" # Not automake, no external tree support #B_pn-mkelfimage = "${SEPB}" |