mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-12 15:15:10 +00:00
libsdl2-compat: make mutually exclusive with libsdl2
libsdl2 and libsdl2-compat share the same headers. Therefore, using one or the other is an either-or decision Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
b00d8a0b46
commit
280da6a65e
@ -16,8 +16,13 @@ S = "${WORKDIR}/sdl2-compat-${PV}"
|
|||||||
|
|
||||||
DEPENDS += "libsdl3"
|
DEPENDS += "libsdl3"
|
||||||
|
|
||||||
|
PROVIDES = "libsdl2"
|
||||||
|
|
||||||
inherit cmake pkgconfig upstream-version-is-even features_check
|
inherit cmake pkgconfig upstream-version-is-even features_check
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "opengl x11"
|
REQUIRED_DISTRO_FEATURES = "opengl x11"
|
||||||
|
|
||||||
FILES:${PN} += "${datadir}/licenses"
|
FILES:${PN} += "${datadir}/licenses"
|
||||||
|
|
||||||
|
RCONFLICTS:${PN} = "libsdl2"
|
||||||
|
RPROVIDES:${PN} = "libsdl2"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user