Skip to content

Commit

Permalink
Target Vala 0.36.3 & glib 2.44
Browse files Browse the repository at this point in the history
Vala 0.36.0:
"Use GTask instead of GSimpleAsyncResult with GLib 2.36/2.44 target"

Issue: tiliado/nuvolaplayer#369

Signed-off-by: Jiří Janoušek <janousek.jiri@gmail.com>
  • Loading branch information
jiri-janousek committed Aug 10, 2017
1 parent 234eeb8 commit c9e7a82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ Dependencies
------------

- Python 3 and the pyparsing module
- glib-2.0 >= 2.42
- gio-2.0 >= 2.42
- valac >= 0.36.3
- glib-2.0 >= 2.44
- gio-2.0 >= 2.44
- gtk+-3.0 >= 3.22
- sqlite >= 3.7
- x11
Expand Down
4 changes: 2 additions & 2 deletions wscript
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ out = 'build'
APPNAME = "diorite"
VERSION = "4.6.0"

MIN_VALA = "0.34.0"
MIN_GLIB = "2.42.1"
MIN_VALA = "0.36.3"
MIN_GLIB = "2.44.1"
MIN_GTK = "3.22.0"

# Extras #
Expand Down

0 comments on commit c9e7a82

Please sign in to comment.