mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
default-providers.inc: add entries for virtual/libsdl2
virtual/libsdl2 can be provided by 'libsdl2' and 'libsdl2-compat' where the latter is a replacement for libsdl2 that uses libsdl3 behind the scenes and should be favored if applicable. (From OE-Core rev: e79d41c9fea112d919fad2603ab0add6c1760757) Signed-off-by: Markus Volk <<a href="mailto:f_l_k@t-online.de">f_l_k@t-online.de</a>> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
9737076e33
commit
40f2090c04
|
@ -4,6 +4,8 @@
|
|||
BB_RECIPE_VIRTUAL_PROVIDERS = "virtual/cross-cc virtual/cross-c++ virtual/cross-binutils virtual/nativesdk-cross-cc virtual/nativesdk-cross-c++ virtual/nativesdk-cross-binutils"
|
||||
PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
|
||||
PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xorg"
|
||||
PREFERRED_PROVIDER_virtual/libsdl2 ?= "libsdl2"
|
||||
PREFERRED_PROVIDER_virtual/libsdl2-native ?= "libsdl2-native"
|
||||
PREFERRED_PROVIDER_virtual/egl ?= "mesa"
|
||||
PREFERRED_PROVIDER_virtual/libgl ?= "mesa"
|
||||
PREFERRED_PROVIDER_virtual/libglx ?= "mesa"
|
||||
|
@ -32,6 +34,7 @@ VIRTUAL-RUNTIME_base-utils-hwclock ?= "busybox-hwclock"
|
|||
VIRTUAL-RUNTIME_base-utils-syslog ?= "busybox-syslog"
|
||||
VIRTUAL-RUNTIME_keymaps ?= "keymaps"
|
||||
VIRTUAL-RUNTIME_dbus ?= "dbus"
|
||||
VIRTUAL-RUNTIME_libsdl2 ?= "libsdl2"
|
||||
|
||||
#
|
||||
# Default recipe providers
|
||||
|
@ -62,5 +65,6 @@ PREFERRED_PROVIDER_pkgconfig-native ?= "pkgconfig-native"
|
|||
PREFERRED_RPROVIDER_initd-functions ?= "initscripts"
|
||||
|
||||
PREFERRED_PROVIDER_nativesdk-mesa ?= "nativesdk-mesa"
|
||||
PREFERRED_PROVIDER_virtual/nativesdk-libsdl2 ?= "nativesdk-libsdl2"
|
||||
|
||||
PREFERRED_RPROVIDER_virtual-x-terminal-emulator ?= "rxvt-unicode"
|
||||
|
|
Loading…
Reference in New Issue
Block a user