Merge lp:~tuxator/midori/glib-ubuntu into lp:midori

Proposed by Paweł Forysiuk
Status: Merged
Approved by: Cody Garver
Approved revision: 6238
Merged at revision: 6238
Proposed branch: lp:~tuxator/midori/glib-ubuntu
Merge into: lp:midori
Diff against target: 12 lines (+1/-1)
1 file modified
wscript (+1/-1)
To merge this branch: bzr merge lp:~tuxator/midori/glib-ubuntu
Reviewer Review Type Date Requested Status
Midori Devs Pending
Review via email: mp+172137@code.launchpad.net

Commit message

Downgrade glib requirement to 2.32.3 to re-enable building under Ubuntu 12.04 (LTS)

Description of the change

Downgrade glib requirement to 2.32.3 to re-enable building under Ubuntu 12.04 (LTS)

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'wscript'
2--- wscript 2013-06-26 21:54:50 +0000
3+++ wscript 2013-06-28 19:41:28 +0000
4@@ -219,7 +219,7 @@
5
6 conf.check (lib='m')
7 check_pkg ('gmodule-2.0')
8- check_pkg ('gio-2.0', '2.32.4')
9+ check_pkg ('gio-2.0', '2.32.3')
10
11 args = ''
12 if Options.platform == 'win32':

Subscribers

People subscribed via source and target branches

to all changes: