mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
labwc 0.3.0
This commit is contained in:
parent
018593c824
commit
d38d1a9bd0
2 changed files with 9 additions and 4 deletions
9
NEWS.md
9
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 <focus><followMouse> and <focus><raiseOnFocus>
|
||||
(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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue