From d38d1a9bd008f88dd8854ef4ccbe57878757dfc6 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Mon, 28 Jun 2021 20:59:43 +0100 Subject: [PATCH] labwc 0.3.0 --- NEWS.md | 9 +++++++-- meson.build | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index f56f4403..af8899b9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,9 +3,14 @@ This file contains significant user-visible changes for each version. For full changelog, use `git log` -## 0.2.1 (2021-04-16) +## 0.3.0 (2021-06-28) -Fix meson.build +Compile with wlroots 0.14.0 + +- add config options and + (provided-by: Mikhail Kshevetskiy) +- stop trying to use Clearlooks-3.4 theme by default, just use built-in theme +- fix Qt application segfault ## 0.2.0 (2021-04-15) diff --git a/meson.build b/meson.build index fa7bee68..19870b46 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'labwc', 'c', - version: '0.2.1', + version: '0.3.0', license: 'GPL-2', default_options: [ 'c_std=c11', @@ -36,7 +36,7 @@ if git.found() endif add_project_arguments('-DLABWC_VERSION=@0@'.format(version), language: 'c') -wlroots_version = ['>=0.15.0', '<0.16.0'] +wlroots_version = ['>=0.14.0', '<0.15.0'] wlroots_proj = subproject( 'wlroots', default_options: ['examples=false'], -- 2.52.0