mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -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
|
#define _WAYLAND_CLIENT_H
|
||||||
|
|
||||||
#include "wayland-util.h"
|
#include "wayland-util.h"
|
||||||
|
#include "wayland-version.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,6 @@ includedir=${prefix}/include
|
||||||
|
|
||||||
Name: Wayland Client
|
Name: Wayland Client
|
||||||
Description: Wayland client side library
|
Description: Wayland client side library
|
||||||
Version: 0.85
|
Version: @WAYLAND_VERSION@
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
Libs: -L${libdir} -lwayland-client
|
Libs: -L${libdir} -lwayland-client
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue