diff --git a/meson.build b/meson.build index c28bb772b..59df19b2b 100644 --- a/meson.build +++ b/meson.build @@ -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: [ diff --git a/tinywl/Makefile b/tinywl/Makefile index 82cbebd28..64e7af473 100644 --- a/tinywl/Makefile +++ b/tinywl/Makefile @@ -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))