angstrom: prefer libjpeg-turbo over jpeg

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2012-01-14 12:57:23 +01:00
parent 65460a1f65
commit fd74b164ba

View File

@@ -18,6 +18,10 @@ PKGARCHCOMPAT_ARMV7A = True
# Providers
# Prefer libjpeg-turbo
PREFERRED_PROVIDER_jpeg = "libjpeg-turbo"
PREFERRED_PROVIDER_jpeg-native = "libjpeg-turbo-native"
# Prefer the one from meta-oe over the one in oe-core
PREFERRED_PROVIDER_virtual/libx11 = "libx11"
PREFERRED_PROVIDER_virtual/xserver-xf86 = "xserver-xorg"