mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
Add patch chunks missing from previous commmit
For some reason the changes to wayland-client.h and wayland-client.pc didn't get committed with the other versioning changes.
This commit is contained in:
parent
f0afa0fd8b
commit
a8d5236189
2 changed files with 2 additions and 1 deletions
|
|
@ -24,6 +24,7 @@
|
|||
#define _WAYLAND_CLIENT_H
|
||||
|
||||
#include "wayland-util.h"
|
||||
#include "wayland-version.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@ includedir=${prefix}/include
|
|||
|
||||
Name: Wayland Client
|
||||
Description: Wayland client side library
|
||||
Version: 0.85
|
||||
Version: @WAYLAND_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} -lwayland-client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue