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/gallium/targets/d3dadapter9 | |
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/gallium/targets/d3dadapter9')
-rw-r--r-- | src/gallium/targets/d3dadapter9/d3d.pc.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gallium/targets/d3dadapter9/d3d.pc.in b/src/gallium/targets/d3dadapter9/d3d.pc.in deleted file mode 100644 index d34b2a7d8d8..00000000000 --- a/src/gallium/targets/d3dadapter9/d3d.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ -moduledir=@D3D_DRIVER_INSTALL_DIR@ - -Name: d3d -Description: Native D3D driver modules -Version: @NINE_VERSION@ -Requires.private: @DRI_PC_REQ_PRIV@ -Cflags: -I${includedir} |