diff options
author | Eric Engestrom <[email protected]> | 2019-04-24 12:26:58 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-04-29 21:17:19 +0000 |
commit | 158758618264eac113025a86a360dc305ed4498b (patch) | |
tree | 0310e856acf31b9f0321ed628c0328e20217c787 /src/mapi | |
parent | 7ca8ba199fbf91c6965d84554e4bd9673f23cc32 (diff) |
delete autotools input files
Leftovers from when autotools was deleted.
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/es1api/glesv1_cm.pc.in | 12 | ||||
-rw-r--r-- | src/mapi/es2api/glesv2.pc.in | 12 |
2 files changed, 0 insertions, 24 deletions
diff --git a/src/mapi/es1api/glesv1_cm.pc.in b/src/mapi/es1api/glesv1_cm.pc.in deleted file mode 100644 index 0c2fed739eb..00000000000 --- a/src/mapi/es1api/glesv1_cm.pc.in +++ /dev/null @@ -1,12 +0,0 @@ -prefix=@prefix@ -exec_prefix=${prefix} -libdir=@libdir@ -includedir=@includedir@ - -Name: glesv1_cm -Description: Mesa OpenGL ES 1.1 CM library -Requires.private: -Version: @VERSION@ -Libs: -L${libdir} -lGLESv1_CM -Libs.private: @GLESv1_CM_PC_LIB_PRIV@ -Cflags: -I${includedir} diff --git a/src/mapi/es2api/glesv2.pc.in b/src/mapi/es2api/glesv2.pc.in deleted file mode 100644 index e5bf12f8785..00000000000 --- a/src/mapi/es2api/glesv2.pc.in +++ /dev/null @@ -1,12 +0,0 @@ -prefix=@prefix@ -exec_prefix=${prefix} -libdir=@libdir@ -includedir=@includedir@ - -Name: glesv2 -Description: Mesa OpenGL ES 2.0 library -Requires.private: -Version: @VERSION@ -Libs: -L${libdir} -lGLESv2 -Libs.private: @GLESv2_PC_LIB_PRIV@ -Cflags: -I${includedir} |