Merge lp:~larsu/gtk/lp1444174 into lp:~ubuntu-desktop/gtk/ubuntugtk3

Proposed by Lars Karlitski
Status: Merged
Merge reported by: Iain Lane
Merged at revision: not available
Proposed branch: lp:~larsu/gtk/lp1444174
Merge into: lp:~ubuntu-desktop/gtk/ubuntugtk3
Diff against target: 52 lines (+32/-0)
3 files modified
debian/changelog (+7/-0)
debian/patches/git_configure-specify-that-mir-backend-needs-gio-unix.patch (+24/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~larsu/gtk/lp1444174
Reviewer Review Type Date Requested Status
Iain Lane Needs Information
Review via email: mp+256311@code.launchpad.net

Commit message

debian/patches/git_configure-specify-that-mir-backend-needs-gio-unix.patch:
backport; required to build mir backend without x11 backend (LP: #1444174)

Description of the change

debian/patches/git_configure-specify-that-mir-backend-needs-gio-unix.patch:
backport; required to build mir backend without x11 backend (LP: #1444174)

To post a comment you must log in.
Revision history for this message
Iain Lane (laney) wrote :

Thanks - could this go to gtk-3-16 upstream & then we could get it automatically?

review: Needs Information
Revision history for this message
Lars Karlitski (larsu) wrote :

> Thanks - could this go to gtk-3-16 upstream & then we could get it
> automatically?

Yep. Pushed to 3-16 upstream.

Revision history for this message
Iain Lane (laney) wrote :

Cool! Closing this MP then. :)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2015-04-13 08:02:46 +0000
+++ debian/changelog 2015-04-15 13:04:07 +0000
@@ -1,3 +1,10 @@
1gtk+3.0 (3.14.12-0ubuntu3) UNRELEASED; urgency=medium
2
3 * debian/patches/git_configure-specify-that-mir-backend-needs-gio-unix.patch:
4 backport; required to build mir backend without x11 backend (LP: #1444174)
5
6 -- Lars Uebernickel <lars.uebernickel@ubuntu.com> Wed, 15 Apr 2015 15:00:00 +0200
7
1gtk+3.0 (3.14.12-0ubuntu2) vivid; urgency=medium8gtk+3.0 (3.14.12-0ubuntu2) vivid; urgency=medium
29
3 * debian/patches/allow-overriding-WM_CLASS-from-the-command-line.patch:10 * debian/patches/allow-overriding-WM_CLASS-from-the-command-line.patch:
411
=== added file 'debian/patches/git_configure-specify-that-mir-backend-needs-gio-unix.patch'
--- debian/patches/git_configure-specify-that-mir-backend-needs-gio-unix.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/git_configure-specify-that-mir-backend-needs-gio-unix.patch 2015-04-15 13:04:07 +0000
@@ -0,0 +1,24 @@
1From 7c79c01a51fc6019180646143c69c38c8458742f Mon Sep 17 00:00:00 2001
2From: Daniel van Vugt <daniel.van.vugt@canonical.com>
3Date: Wed, 15 Apr 2015 13:19:14 +0200
4Subject: [PATCH] configure: specify that mir backend needs gio-unix
5
6---
7 configure.ac | 1 +
8 1 file changed, 1 insertion(+)
9
10diff --git a/configure.ac b/configure.ac
11index c76b8a6..7dc9c26 100644
12--- a/configure.ac
13+++ b/configure.ac
14@@ -474,6 +474,7 @@ if test "$enable_mir_backend" = "yes"; then
15 GDK_WINDOWING="$GDK_WINDOWING
16 #define GDK_WINDOWING_MIR"
17 MIR_PACKAGES="$MIR_DEPENDENCIES"
18+ have_gio_unix=yes
19
20 AM_CONDITIONAL(USE_MIR, true)
21 else
22--
232.1.4
24
025
=== modified file 'debian/patches/series'
--- debian/patches/series 2015-04-13 06:40:18 +0000
+++ debian/patches/series 2015-04-15 13:04:07 +0000
@@ -24,3 +24,4 @@
240001-gtk-reftest-Force-icon-theme-to-Adwaita.patch240001-gtk-reftest-Force-icon-theme-to-Adwaita.patch
250001-GtkApplication-Prevent-more-crashes-around-shutdown.patch250001-GtkApplication-Prevent-more-crashes-around-shutdown.patch
26allow-overriding-WM_CLASS-from-the-command-line.patch26allow-overriding-WM_CLASS-from-the-command-line.patch
27git_configure-specify-that-mir-backend-needs-gio-unix.patch

Subscribers

People subscribed via source and target branches

to all changes: