mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
build: bump version to 0.20.0-dev
This commit is contained in:
parent
13a62a23a2
commit
f04ef79f61
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
project(
|
project(
|
||||||
'wlroots',
|
'wlroots',
|
||||||
'c',
|
'c',
|
||||||
version: '0.19.0',
|
version: '0.20.0-dev',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=1.3',
|
meson_version: '>=1.3',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ PKG_CONFIG?=pkg-config
|
||||||
WAYLAND_PROTOCOLS!=$(PKG_CONFIG) --variable=pkgdatadir wayland-protocols
|
WAYLAND_PROTOCOLS!=$(PKG_CONFIG) --variable=pkgdatadir wayland-protocols
|
||||||
WAYLAND_SCANNER!=$(PKG_CONFIG) --variable=wayland_scanner wayland-scanner
|
WAYLAND_SCANNER!=$(PKG_CONFIG) --variable=wayland_scanner wayland-scanner
|
||||||
|
|
||||||
PKGS="wlroots-0.19" wayland-server xkbcommon
|
PKGS="wlroots-0.20" wayland-server xkbcommon
|
||||||
CFLAGS_PKG_CONFIG!=$(PKG_CONFIG) --cflags $(PKGS)
|
CFLAGS_PKG_CONFIG!=$(PKG_CONFIG) --cflags $(PKGS)
|
||||||
CFLAGS+=$(CFLAGS_PKG_CONFIG)
|
CFLAGS+=$(CFLAGS_PKG_CONFIG)
|
||||||
LIBS!=$(PKG_CONFIG) --libs $(PKGS)
|
LIBS!=$(PKG_CONFIG) --libs $(PKGS)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue