diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2011-08-12 15:09:00 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-08-12 16:25:14 -0400 |
commit | 4c260db68c028f05401727d1911582ae8b87cd70 (patch) | |
tree | 89d6d7fdfa7e1eb7ee39194a38d6711cde66e6bc /src/wayland-client.pc.in | |
parent | 3733157d55df862ad5a89d1911a0500af67e7e08 (diff) |
Rename source subdir from wayland to src
Diffstat (limited to 'src/wayland-client.pc.in')
-rw-r--r-- | src/wayland-client.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/wayland-client.pc.in b/src/wayland-client.pc.in new file mode 100644 index 0000000..59a925d --- /dev/null +++ b/src/wayland-client.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-client |