Skip to content
Commit 994e484e authored by Alexandru Ardelean's avatar Alexandru Ardelean Committed by Javier Marcet
Browse files

stress-ng: add libjpeg dep

Fixes: https://github.com/openwrt/packages/issues/19210



If libjpeg isn't selected by another package, all is fine.
But if it is selected, the stress-ng build will see it and try to build the
jpeg stressor. This would usually fail sometime and link-time.

In any case, it's better to just pick-up libjpeg as a dependency of
stress-ng. If people want to stress their system with this tool, they can
probably expect libjpeg as well.

Signed-off-by: default avatarAlexandru Ardelean <ardeleanalex@gmail.com>
parent 4e78d1ba
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment