summaryrefslogtreecommitdiffstats
path: root/wayland.pc.in
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-12-10 13:44:23 -0500
committerKristian Høgsberg <krh@redhat.com>2008-12-10 13:49:28 -0500
commit4a8767bbb7392515add63d38111a90cc70dd30cd (patch)
treede79c41fbf18b890a65de7cb510c2b15884b46ca /wayland.pc.in
parent7fdff04cdc92f9db58f11c19e93af7e8ef68f62c (diff)
downloadwayland-4a8767bbb7392515add63d38111a90cc70dd30cd.tar.gz
wayland-4a8767bbb7392515add63d38111a90cc70dd30cd.tar.xz
wayland-4a8767bbb7392515add63d38111a90cc70dd30cd.zip
Install libraries plus headers and add pkg-config files.
Diffstat (limited to 'wayland.pc.in')
-rw-r--r--wayland.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/wayland.pc.in b/wayland.pc.in
new file mode 100644
index 0000000..63f638a
--- /dev/null
+++ b/wayland.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: Wayland Client
+Description: Wayland client side library
+Version: 0.1
+Cflags: -I${includedir}
+Libs: -L${libdir} -lwayland