aboutsummaryrefslogtreecommitdiffstats
path: root/src/gbm/main
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-04-24 12:26:58 +0100
committerEric Engestrom <[email protected]>2019-04-29 21:17:19 +0000
commit158758618264eac113025a86a360dc305ed4498b (patch)
tree0310e856acf31b9f0321ed628c0328e20217c787 /src/gbm/main
parent7ca8ba199fbf91c6965d84554e4bd9673f23cc32 (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/gbm/main')
-rw-r--r--src/gbm/main/gbm.pc.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gbm/main/gbm.pc.in b/src/gbm/main/gbm.pc.in
deleted file mode 100644
index 4f1c53c0ecd..00000000000
--- a/src/gbm/main/gbm.pc.in
+++ /dev/null
@@ -1,12 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: gbm
-Description: Mesa gbm library
-Requires.private: @GBM_PC_REQ_PRIV@
-Version: @VERSION@
-Libs: -L${libdir} -lgbm
-Libs.private: @GBM_PC_LIB_PRIV@
-Cflags: -I${includedir}