mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 20:53:03 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
7e3eb692a1
commit
d66ecfae46
@@ -41,10 +41,4 @@ PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,${EDEPENDS_GL} ${EDEPENDS_X11}"
|
||||
# Default to GLX
|
||||
PACKAGECONFIG ??= "gl glx"
|
||||
|
||||
#Fix up some weirdness in the docs
|
||||
do_configure_prepend() {
|
||||
sed -i s:doc/reference/Makefile::g ${S}/configure.ac
|
||||
sed -i s:doc::g ${S}/Makefile.am
|
||||
}
|
||||
|
||||
FILES_${PN}-examples = "${bindir}/* ${datadir}/cogl/examples-data/*"
|
||||
|
||||
Reference in New Issue
Block a user