mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-27 23:08:12 +02:00
12 lines
320 B
PkgConfig
12 lines
320 B
PkgConfig
prefix=@INSTALL_DIR@
|
|
exec_prefix=${prefix}
|
|
libdir=@INSTALL_LIB_DIR@
|
|
includedir=@INSTALL_INC_DIR@
|
|
|
|
Name: glesv2
|
|
Description: Mesa OpenGL ES 2.0 library
|
|
Requires.private: @GLESv2_PC_REQ_PRIV@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -l@GLESv2_LIB@
|
|
Libs.private: @GLESv2_PC_LIB_PRIV@
|
|
Cflags: -I${includedir} @GLESv2_PC_CFLAGS@
|