Bug 11606 - libjpeg has no Config.in
Summary: libjpeg has no Config.in
Status: RESOLVED INVALID
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2018.11.1
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-10 17:33 UTC by Tapio Tallgren
Modified: 2019-01-10 18:56 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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'