21dd3e777b
Introduce a virtual 'jpeg' package, which pulls in either libjpeg or jpeg-turbo depending on a choice selection. Rename jpeg package to libjpeg so we can reuse 'jpeg' for the virtual package, making the change transparent to existing users and all the packages using libjpeg. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
10 lines
218 B
Makefile
10 lines
218 B
Makefile
#############################################################
|
|
#
|
|
# jpeg
|
|
#
|
|
#############################################################
|
|
|
|
jpeg: $(if $(BR2_PACKAGE_JPEG_TURBO),jpeg-turbo,libjpeg)
|
|
|
|
host-jpeg: host-libjpeg
|