mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 20:08:06 +02:00
mesa: Forgot to add .pc.in files for gles
Some day I'll grow up and remember to add new files when I commit.
This commit is contained in:
parent
cdf9f4680f
commit
d3702fc3ea
2 changed files with 24 additions and 0 deletions
12
src/mesa/glesv1_cm.pc.in
Normal file
12
src/mesa/glesv1_cm.pc.in
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
prefix=@INSTALL_DIR@
|
||||
exec_prefix=${prefix}
|
||||
libdir=@INSTALL_LIB_DIR@
|
||||
includedir=@INSTALL_INC_DIR@
|
||||
|
||||
Name: glesv1_cm
|
||||
Description: Mesa OpenGL ES 1.0 CM library
|
||||
Requires.private: @GLESv1_CM_REQ_PRIV@
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -l@GLESv1_CM_LIB@
|
||||
Libs.private: @GLESv1_CM_PC_LIB_PRIV@
|
||||
Cflags: -I${includedir} @GLESv1_CM_PC_CFLAGS@
|
||||
12
src/mesa/glesv2.pc.in
Normal file
12
src/mesa/glesv2.pc.in
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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@
|
||||
Loading…
Add table
Reference in a new issue