Bug 11606

Summary: libjpeg has no Config.in
Product: buildroot Reporter: Tapio Tallgren <tapio.tallgren>
Component: OtherAssignee: unassigned
Status: RESOLVED INVALID    
Severity: normal CC: buildroot, tapio.tallgren
Priority: P5    
Version: 2018.11.1   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Tapio Tallgren 2019-01-10 17:33:41 UTC
The package libjpeg has no Config.in file. This causes problems when another package depends on libjpeg
Comment 1 Peter Korsgaard 2019-01-10 18:56:19 UTC
jpeg is a virtual package (provided either by libjpeg or libjpeg-turbo). Use BR2_PACKAGE_JPEG / jpeg to ensure libjpeg or libjpeg-turbo is available. See the many packages with a 'select BR2_PACKAGE_JPEG'