diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2013-10-17 13:31:28 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-09 11:04:13 +0000 |
| commit | 396a6f6b2d1490c6aa6a2a2b4d0a65735ccd2b2b (patch) | |
| tree | 506f7d3e40d2cf13e4897a4ce3e9df4c050c7311 /meta | |
| parent | fb43320d673f9a544d38d970f1d0505d2a2052d7 (diff) | |
| download | poky-396a6f6b2d1490c6aa6a2a2b4d0a65735ccd2b2b.tar.gz | |
cogl-1.0: explicitly disable cairo
- Cairo was auto-detected, but not listed as a dependency.
(From OE-Core master rev: 33bcc9361fa732c36d92128c7f23a308f455297c)
(From OE-Core rev: 9ed692eb20fed4ff9d9c39435000535df5a67286)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-graphics/cogl/cogl-1.0.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/meta/recipes-graphics/cogl/cogl-1.0.inc index 0c4e86da33..11810efcab 100644 --- a/meta/recipes-graphics/cogl/cogl-1.0.inc +++ b/meta/recipes-graphics/cogl/cogl-1.0.inc | |||
| @@ -33,6 +33,7 @@ EXTRA_OECONF += "--disable-introspection \ | |||
| 33 | --enable-examples-install \ | 33 | --enable-examples-install \ |
| 34 | --enable-debug \ | 34 | --enable-debug \ |
| 35 | --disable-gles1 \ | 35 | --disable-gles1 \ |
| 36 | --disable-cairo \ | ||
| 36 | " | 37 | " |
| 37 | 38 | ||
| 38 | # OpenGL/GLX | 39 | # OpenGL/GLX |
