mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-25 19:27:14 +00:00
gtk-doc: disable where necessary
Several recipes in meta-oe layers are so old that they don't work with modern gtk-doc (which was added and enabled by default in oe-core); disable that where it is necessary for the build to succeed. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
13b511cd52
commit
f119c2a2f9
@@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "f96d30c09b0395ea4e146730fd52d9ea303b619bb139051d9f12d3f868
|
||||
|
||||
GPE_TARBALL_SUFFIX = "bz2"
|
||||
|
||||
EXTRA_OECONF = "--enable-cairo"
|
||||
EXTRA_OECONF = "--enable-cairo --disable-gtk-doc"
|
||||
LDFLAGS += " -L${STAGING_LIBDIR}"
|
||||
|
||||
PACKAGES =+ "${PN}-bin"
|
||||
|
||||
Reference in New Issue
Block a user