summaryrefslogtreecommitdiff
path: root/docs/pc
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-10-29 10:01:13 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2013-10-29 10:01:13 +0100
commit9f2f11d2a53a0ca91b763d04ca7003d35f83cbf3 (patch)
tree2c2445b0325e6d4cb521d87a4c969102249d6f2d /docs/pc
parent761434ecac7d9a4f1a95e3f3b4eee6e539947d32 (diff)
Remove libuvt
uvt is not used inside of kmscon. Moved into a separate library if some-one is interested. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Diffstat (limited to 'docs/pc')
-rw-r--r--docs/pc/libuvt.pc.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/pc/libuvt.pc.in b/docs/pc/libuvt.pc.in
deleted file mode 100644
index e72d50c..0000000
--- a/docs/pc/libuvt.pc.in
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: uvt
-Description: User-space Virtual Terminal Implementation
-URL: @PACKAGE_URL@
-Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -luvt
-Cflags: -I${includedir}