Skip to content

Commit

Permalink
pkg-config: add ${includedir}/SDL3_ttf to include path
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Sep 29, 2023
1 parent 3184fb9 commit 125a5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/sdl3-ttf.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Requires: sdl3 >= @SDL_REQUIRED_VERSION@
Libs: -L${libdir} -lSDL3_ttf
Requires.private: @PC_REQUIRES@
Libs.private: @PC_LIBS@
Cflags: -I${includedir}
Cflags: -I${includedir} -I${includedir}/SDL3_ttf

0 comments on commit 125a5a4

Please sign in to comment.