CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/10/04 09:15:40
Modified files:
graphics/libavif: Makefile
Log message:
libavif: add dep on graphics/libwebp for libsharpyuv.
remove -DCMAKE_DISABLE_FIND_PACKAGE_libsharpyuv=OFF (which is a noop,
because searching for libsharpyuv is on by default).
change -DCMAKE_DISABLE_FIND_PACKAGE_libyuv=OFF (also a noop) to
-DCMAKE_DISABLE_FIND_PACKAGE_libyuv=ON (which I think is perhaps what
was meant in the first place).
found by ajacoutot@
