diff --git a/aedi/target/library_tier1.py b/aedi/target/library_tier1.py index b8a8f013..96ac6041 100644 --- a/aedi/target/library_tier1.py +++ b/aedi/target/library_tier1.py @@ -489,7 +489,7 @@ class WebpTarget(base.CMakeStaticDependencyTarget): def configure(self, state: BuildState): option_suffices = ( - 'ANIM_UTILS', 'CWEBP', 'DWEBP', 'EXTRAS', 'GIF2WEBP', 'IMG2WEBP', 'LIBWEBPMUX', 'VWEBP', 'WEBPINFO', + 'ANIM_UTILS', 'CWEBP', 'DWEBP', 'EXTRAS', 'GIF2WEBP', 'IMG2WEBP', 'VWEBP', 'WEBPINFO', 'WEBPMUX', ) for suffix in option_suffices: @@ -501,7 +501,6 @@ class WebpTarget(base.CMakeStaticDependencyTarget): super().post_build(state) shutil.copytree(state.install_path / 'share/WebP/cmake', state.install_path / 'lib/cmake/WebP') - self.keep_module_target(state, 'WebP::webp') class ZlibNgTarget(base.CMakeStaticDependencyTarget): diff --git a/deps/.gitignore b/deps/.gitignore index c6f4b4c9..a28829b8 100644 --- a/deps/.gitignore +++ b/deps/.gitignore @@ -45,9 +45,6 @@ /sdl2/include/SDL2/SDL_config_*.h /sdl2/include/SDL2/SDL_copying.h /sdl2/include/SDL2/SDL_test*.h -/webp/include/webp/demux.h -/webp/**/libwebpdecoder.* -/webp/**/libwebpdemux.* !/vulkan-headers/share /vulkan-loader/loader/