12 lines
275 B
PkgConfig
12 lines
275 B
PkgConfig
|
prefix=${pcfiledir}/../..
|
||
|
libdir=${prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: glut
|
||
|
Description: A freely licensed and improved alternative to the GLUT library
|
||
|
Version: 3.4.0
|
||
|
Libs: "-L${libdir}" -lglut
|
||
|
Libs.private: -lopengl32 -lwinmm -lgdi32
|
||
|
Cflags: "-I${includedir}"
|
||
|
|