From 4a8767bbb7392515add63d38111a90cc70dd30cd Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Wed, 10 Dec 2008 13:44:23 -0500 Subject: Install libraries plus headers and add pkg-config files. --- wayland.pc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 wayland.pc.in (limited to 'wayland.pc.in') 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 -- cgit