mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-05-02 06:46:26 -04:00
Release 0.85.0
This commit is contained in:
parent
7c6dac8740
commit
28e3cbc654
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT([wayland],
|
AC_INIT([wayland],
|
||||||
[master],
|
[0.85.0],
|
||||||
[https://bugs.freedesktop.org/enter_bug.cgi?product=wayland],
|
[https://bugs.freedesktop.org/enter_bug.cgi?product=wayland],
|
||||||
[wayland],
|
[wayland],
|
||||||
[http://wayland.freedesktop.org/])
|
[http://wayland.freedesktop.org/])
|
||||||
|
|
|
||||||
|
|
@ -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.1
|
Version: 0.85
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
Libs: -L${libdir} -lwayland-client
|
Libs: -L${libdir} -lwayland-client
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,6 @@ includedir=${prefix}/include
|
||||||
|
|
||||||
Name: Wayland Server
|
Name: Wayland Server
|
||||||
Description: Server side implementation of the Wayland protocol
|
Description: Server side implementation of the Wayland protocol
|
||||||
Version: 0.1
|
Version: 0.85
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
Libs: -L${libdir} -lwayland-server
|
Libs: -L${libdir} -lwayland-server
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue