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/egl/main | |
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/egl/main')
-rw-r--r-- | src/egl/main/egl.pc.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/egl/main/egl.pc.in b/src/egl/main/egl.pc.in deleted file mode 100644 index fd6904bd81a..00000000000 --- a/src/egl/main/egl.pc.in +++ /dev/null @@ -1,12 +0,0 @@ -prefix=@prefix@ -exec_prefix=${prefix} -libdir=@libdir@ -includedir=@includedir@ - -Name: egl -Description: Mesa EGL library -Requires.private: @GL_PC_REQ_PRIV@ -Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -lEGL -Libs.private: @GL_PC_LIB_PRIV@ -Cflags: -I${includedir} @GL_PC_CFLAGS@ |