mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-24 05:45:57 +01:00
build: bump version to 0.18.0-dev
This commit is contained in:
parent
fe53ec6937
commit
3b4d7d2a92
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
project(
|
project(
|
||||||
'wlroots',
|
'wlroots',
|
||||||
'c',
|
'c',
|
||||||
version: '0.17.0',
|
version: '0.18.0-dev',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.59.0',
|
meson_version: '>=0.59.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
@ -15,7 +15,7 @@ project(
|
||||||
# necessary for bugfix releases. Increasing soversion is required because
|
# necessary for bugfix releases. Increasing soversion is required because
|
||||||
# wlroots never guarantees ABI stability -- only API stability is guaranteed
|
# wlroots never guarantees ABI stability -- only API stability is guaranteed
|
||||||
# between minor releases.
|
# between minor releases.
|
||||||
soversion = 12
|
soversion = 13
|
||||||
|
|
||||||
little_endian = target_machine.endian() == 'little'
|
little_endian = target_machine.endian() == 'little'
|
||||||
big_endian = target_machine.endian() == 'big'
|
big_endian = target_machine.endian() == 'big'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
WAYLAND_PROTOCOLS=$(shell pkg-config --variable=pkgdatadir wayland-protocols)
|
WAYLAND_PROTOCOLS=$(shell pkg-config --variable=pkgdatadir wayland-protocols)
|
||||||
WAYLAND_SCANNER=$(shell pkg-config --variable=wayland_scanner wayland-scanner)
|
WAYLAND_SCANNER=$(shell pkg-config --variable=wayland_scanner wayland-scanner)
|
||||||
LIBS=\
|
LIBS=\
|
||||||
$(shell pkg-config --cflags --libs "wlroots >= 0.17.0") \
|
$(shell pkg-config --cflags --libs "wlroots >= 0.18.0-dev") \
|
||||||
$(shell pkg-config --cflags --libs wayland-server) \
|
$(shell pkg-config --cflags --libs wayland-server) \
|
||||||
$(shell pkg-config --cflags --libs xkbcommon)
|
$(shell pkg-config --cflags --libs xkbcommon)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue