mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
config/options: switch back to jpeg package
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -59,7 +59,8 @@ fi
|
||||
|
||||
# set jpeg library depending on ARCH
|
||||
if [ "$TARGET_ARCH" = "i386" -o "$TARGET_ARCH" = "x86_64" ]; then
|
||||
LIBJPEG="libjpeg-turbo"
|
||||
# LIBJPEG="libjpeg-turbo"
|
||||
LIBJPEG="jpeg"
|
||||
else
|
||||
LIBJPEG="jpeg"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user