diff options
| author | Jason Ekstrand <jason@jlekstrand.net> | 2013-09-20 08:27:06 -0500 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-09-21 21:48:56 -0700 |
| commit | ba90497b872720d42a63c090be24f339679c6706 (patch) | |
| tree | 7d456c1d8af8185b557b530059ed80752e70e9f9 /src | |
| parent | tests: add wl_resource tests (diff) | |
| download | wayland-ba90497b872720d42a63c090be24f339679c6706.tar wayland-ba90497b872720d42a63c090be24f339679c6706.tar.gz wayland-ba90497b872720d42a63c090be24f339679c6706.tar.bz2 wayland-ba90497b872720d42a63c090be24f339679c6706.tar.lz wayland-ba90497b872720d42a63c090be24f339679c6706.tar.xz wayland-ba90497b872720d42a63c090be24f339679c6706.tar.zst wayland-ba90497b872720d42a63c090be24f339679c6706.zip | |
Export the Wayland protocol XML file
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'src')
| -rw-r--r-- | src/wayland-client.pc.in | 2 | ||||
| -rw-r--r-- | src/wayland-server.pc.in | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/wayland-client.pc.in b/src/wayland-client.pc.in index e453018..eef61da 100644 --- a/src/wayland-client.pc.in +++ b/src/wayland-client.pc.in @@ -1,5 +1,7 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ +datarootdir=@datarootdir@ +pkgdatadir=@datadir@/@PACKAGE@ libdir=@libdir@ includedir=@includedir@ diff --git a/src/wayland-server.pc.in b/src/wayland-server.pc.in index 18a0b52..50dff53 100644 --- a/src/wayland-server.pc.in +++ b/src/wayland-server.pc.in @@ -1,5 +1,7 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ +datarootdir=@datarootdir@ +pkgdatadir=@datadir@/@PACKAGE@ libdir=@libdir@ includedir=@includedir@ |
