mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
libebml: Enable shared libraries
To fix build Gerbera, as: /usr/src/debug/libmatroska/1.7.1-r0/src/KaxBlock.cpp:538:(.text+0x4144): undefined reference to `libebml::SafeReadIOCallback::EndOfStreamX::EndOfStreamX(unsigned int)' Signed-off-by: Hains van den Bosch <hvdbosch@cybercomm.nl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
9905fa07c4
commit
237ce297fa
@@ -10,6 +10,5 @@ S = "${WORKDIR}/git"
|
|||||||
|
|
||||||
inherit pkgconfig cmake dos2unix
|
inherit pkgconfig cmake dos2unix
|
||||||
|
|
||||||
#Static library enabled by default. It has been added in case you want to use it dynamically.
|
EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON"
|
||||||
#EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON"
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user