mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
libde265: dont select sld2 support by default
libsdl2 requires x11 and should not be selected by default anyway Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
7e761cb2d1
commit
4d7d48aaa3
|
|
@ -16,7 +16,7 @@ inherit cmake pkgconfig
|
|||
|
||||
EXTRA_OECMAKE = "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
|
||||
|
||||
PACKAGECONFIG ?= "libsdl"
|
||||
PACKAGECONFIG ?= ""
|
||||
PACKAGECONFIG[libsdl] = "-DENABLE_SDL=ON,-DENABLE_SDL=OFF,virtual/libsdl2"
|
||||
|
||||
FILES:${PN} += "${libdir}/libde265.so"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user