7cba1dead6
'make source' fails because the host-jpeg-source target doesn't exist anymore. Fix this by adding this target explicitly. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 lines
256 B
Makefile
11 lines
256 B
Makefile
#############################################################
|
|
#
|
|
# jpeg
|
|
#
|
|
#############################################################
|
|
|
|
jpeg: $(if $(BR2_PACKAGE_JPEG_TURBO),jpeg-turbo,libjpeg)
|
|
|
|
host-jpeg: host-libjpeg
|
|
host-jpeg-source: host-libjpeg-source
|