diff options
-rw-r--r-- | meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.52.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.52.bb b/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.52.bb index 80334e9ad8..cf580e49f8 100644 --- a/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.52.bb +++ b/meta-oe/recipes-graphics/libsdl3/libsdl2-compat_2.32.52.bb | |||
@@ -22,7 +22,13 @@ inherit cmake pkgconfig upstream-version-is-even features_check | |||
22 | 22 | ||
23 | REQUIRED_DISTRO_FEATURES = "opengl x11" | 23 | REQUIRED_DISTRO_FEATURES = "opengl x11" |
24 | 24 | ||
25 | do_install:append() { | ||
26 | mv ${D}${libdir}/pkgconfig/sdl2_compat.pc ${D}${libdir}/pkgconfig/sdl2.pc | ||
27 | } | ||
28 | |||
25 | FILES:${PN} += "${datadir}/licenses" | 29 | FILES:${PN} += "${datadir}/licenses" |
26 | 30 | ||
27 | RCONFLICTS:${PN} = "libsdl2" | 31 | RCONFLICTS:${PN} = "libsdl2" |
28 | RPROVIDES:${PN} = "libsdl2" | 32 | RPROVIDES:${PN} = "libsdl2" |
33 | |||
34 | BBCLASSEXTEND = "nativesdk native" | ||