mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 12:01:27 +00:00
aedi: remove webp from sdl2_image .pc file
This commit is contained in:
parent
3a6edc647c
commit
cacb58fb65
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ class Sdl2ImageTarget(CMakeStaticDependencyTarget):
|
|||
|
||||
self.write_pc_file(state, filename='SDL2_image.pc', name='SDL2_image',
|
||||
description='image loading library for Simple DirectMedia Layer',
|
||||
version='2.6.0', requires='sdl2 >= 2.0.9', requires_private='libwebp',
|
||||
version='2.6.0', requires='sdl2 >= 2.0.9',
|
||||
libs='-lSDL2_image', cflags='-I${includedir}/SDL2')
|
||||
|
||||
bad_cmake_files_path = state.install_path / 'SDL2_image.framework/Resources'
|
||||
|
|
Loading…
Reference in a new issue