mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
build: bump version to 0.19.0-dev
This commit is contained in:
parent
4666996b2a
commit
b10516e1e8
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue