mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 15:20:12 +00:00
gstreamer-0.10: disable gobject introspection
Making it work would require significant patching - if you need it, update your stack to gstreamer 1.x Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
This commit is contained in:
committed by
Martin Jansa
parent
1ec074eca0
commit
3e96f920d8
@@ -9,7 +9,7 @@ inherit autotools pkgconfig
|
||||
SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2"
|
||||
|
||||
GSTREAMER_DEBUG ?= "--disable-debug"
|
||||
EXTRA_OECONF = "--disable-valgrind ${GSTREAMER_DEBUG} --disable-examples "
|
||||
EXTRA_OECONF = "--disable-valgrind ${GSTREAMER_DEBUG} --disable-examples --disable-introspection"
|
||||
|
||||
acpaths = "-I ${S}/common/m4 -I ${S}/m4"
|
||||
|
||||
|
||||
@@ -9,6 +9,8 @@ SRC_URI[sha256sum] = "9915887cf8515bda87462c69738646afb715b597613edc7340477ccab6
|
||||
|
||||
DEPENDS = "gst-plugins-base gstreamer"
|
||||
|
||||
EXTRA_OECONF = "--disable-introspection"
|
||||
|
||||
# Configure always checks for Python so inherit pythonnative. Better solution
|
||||
# would be to disable the checks entirely.
|
||||
inherit autotools pythonnative gettext
|
||||
|
||||
@@ -28,6 +28,7 @@ EXTRA_OECONF = "--disable-docbook --disable-gtk-doc \
|
||||
--disable-dependency-tracking --disable-check \
|
||||
--disable-examples --disable-tests \
|
||||
--disable-valgrind ${GSTREAMER_DEBUG} \
|
||||
--disable-introspection \
|
||||
"
|
||||
|
||||
CACHED_CONFIGUREVARS += "ac_cv_header_valgrind_valgrind_h=no"
|
||||
|
||||
Reference in New Issue
Block a user