mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-16 08:31:30 +00:00
remove webp from sdl2_image .pc file
This commit is contained in:
parent
cacb58fb65
commit
cdbb8dd9a3
1 changed files with 1 additions and 1 deletions
2
deps/sdl2_image/lib/pkgconfig/SDL2_image.pc
vendored
2
deps/sdl2_image/lib/pkgconfig/SDL2_image.pc
vendored
|
@ -7,7 +7,7 @@ Name: SDL2_image
|
|||
Description: image loading library for Simple DirectMedia Layer
|
||||
Version: 2.6.0
|
||||
Requires: sdl2 >= 2.0.9
|
||||
Requires.private: libwebp
|
||||
Requires.private:
|
||||
Libs: -L${libdir} -lSDL2_image
|
||||
Libs.private:
|
||||
Cflags: -I${includedir} -I${includedir}/SDL2
|
||||
|
|
Loading…
Reference in a new issue