mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-21 14:42:25 +00:00
build: bump version to 0.19.0-dev
This commit is contained in:
parent
4666996b2a
commit
b10516e1e8
@ -1,7 +1,7 @@
|
||||
project(
|
||||
'wlroots',
|
||||
'c',
|
||||
version: '0.18.0',
|
||||
version: '0.19.0-dev',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.59.0',
|
||||
default_options: [
|
||||
|
@ -2,7 +2,7 @@ PKG_CONFIG?=pkg-config
|
||||
WAYLAND_PROTOCOLS=$(shell $(PKG_CONFIG) --variable=pkgdatadir wayland-protocols)
|
||||
WAYLAND_SCANNER=$(shell $(PKG_CONFIG) --variable=wayland_scanner wayland-scanner)
|
||||
|
||||
PKGS="wlroots-0.18" wayland-server xkbcommon
|
||||
PKGS="wlroots-0.19" wayland-server xkbcommon
|
||||
CFLAGS+=$(shell $(PKG_CONFIG) --cflags $(PKGS))
|
||||
LIBS=$(shell $(PKG_CONFIG) --libs $(PKGS))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user