Ticket #65710: graphene-1.0.2.pc
File graphene-1.0.2.pc, 457 bytes (added by thetrial (alabay), 2 years ago) |
---|
Line | |
---|---|
1 | prefix=/opt/local |
2 | includedir=${prefix}/include |
3 | libdir=${prefix}/lib |
4 | |
5 | graphene_has_sse2=1 |
6 | graphene_has_gcc=0 |
7 | graphene_has_neon=0 |
8 | graphene_has_scalar=1 |
9 | |
10 | Name: Graphene |
11 | Description: Math classes for graphic libraries |
12 | URL: https://ebassi.github.io/graphene |
13 | Version: 1.10.8 |
14 | Requires.private: gobject-2.0 >= 2.30.0 |
15 | Libs: -L${libdir} -lgraphene-1.0 |
16 | Libs.private: -lm |
17 | Cflags: -I${includedir}/graphene-1.0 -I${libdir}/graphene-1.0/include -mfpmath=sse -msse -msse2 |