14 lines
315 B
PkgConfig
14 lines
315 B
PkgConfig
prefix=/usr/local
|
|
exec_prefix=${prefix}
|
|
includedir=/usr/local/include
|
|
libdir=/usr/local/lib
|
|
|
|
Name: GLFW
|
|
Description: A multi-platform library for OpenGL, window and input
|
|
Version: 3.3.8
|
|
URL: https://www.glfw.org/
|
|
Requires.private: x11
|
|
Libs: -L${libdir} -lglfw3
|
|
Libs.private: -lrt -lm -ldl
|
|
Cflags: -I${includedir}
|