you need to install ttf, kinda pissed but alright, and theres a .sh file so you can actually run the .so files
This commit is contained in:
13
SDL2_ttf/build/SDL2_ttf.pc
Normal file
13
SDL2_ttf/build/SDL2_ttf.pc
Normal file
@@ -0,0 +1,13 @@
|
||||
prefix=/usr/local
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: SDL2_ttf
|
||||
Description: ttf library for Simple DirectMedia Layer with FreeType 2 support
|
||||
Version: 2.24.0
|
||||
Requires: sdl2 >= 2.0.10
|
||||
Libs: -L${libdir} -lSDL2_ttf
|
||||
Cflags: -I${includedir}/SDL2
|
||||
Requires.private: freetype2
|
||||
Libs.private:
|
||||
Reference in New Issue
Block a user