mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-28 03:28:10 +02:00
11 lines
235 B
PkgConfig
11 lines
235 B
PkgConfig
prefix=@INSTALL_DIR@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/@LIB_DIR@
|
|
includedir=${prefix}/include
|
|
|
|
Name: glw
|
|
Description: Mesa OpenGL widget library
|
|
Requires: gl
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lGLw
|
|
Cflags: -I${includedir}
|