diff options
author | Ross Burton <ross.burton@intel.com> | 2013-05-30 14:22:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-30 21:10:22 +0100 |
commit | d66ecfae46fc4ffdfe6781941e6fd7edc8f2b1b5 (patch) | |
tree | ec5248cf65f6e39e65df40197c644376d717b61a /meta/recipes-graphics/cogl | |
parent | 7e3eb692a1eb2dda127a083731326af04f396938 (diff) | |
download | poky-d66ecfae46fc4ffdfe6781941e6fd7edc8f2b1b5.tar.gz |
cogl: remove documentation hacks
These sed lines disable the documentation and appear to be historical, building
works fine without them.
(From OE-Core rev: cb36bc74b772c355f219df5a3ff39f1ca95272ba)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/cogl')
-rw-r--r-- | meta/recipes-graphics/cogl/cogl-1.0.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/meta/recipes-graphics/cogl/cogl-1.0.inc index 3a6de282b8..b94427349b 100644 --- a/meta/recipes-graphics/cogl/cogl-1.0.inc +++ b/meta/recipes-graphics/cogl/cogl-1.0.inc | |||
@@ -41,10 +41,4 @@ PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,${EDEPENDS_GL} ${EDEPENDS_X11}" | |||
41 | # Default to GLX | 41 | # Default to GLX |
42 | PACKAGECONFIG ??= "gl glx" | 42 | PACKAGECONFIG ??= "gl glx" |
43 | 43 | ||
44 | #Fix up some weirdness in the docs | ||
45 | do_configure_prepend() { | ||
46 | sed -i s:doc/reference/Makefile::g ${S}/configure.ac | ||
47 | sed -i s:doc::g ${S}/Makefile.am | ||
48 | } | ||
49 | |||
50 | FILES_${PN}-examples = "${bindir}/* ${datadir}/cogl/examples-data/*" | 44 | FILES_${PN}-examples = "${bindir}/* ${datadir}/cogl/examples-data/*" |