← Back to team overview

ubuntu-sdk-team team mailing list archive

[Merge] ubuntu-app-platform:UAP_remove_mirlibs into ubuntu-app-platform:master

 

Timo Jyrinki has proposed merging ubuntu-app-platform:UAP_remove_mirlibs into ubuntu-app-platform:master.

Requested reviews:
  Ubuntu SDK team (ubuntu-sdk-team)
Related bugs:
  Bug #1663048 in Ubuntu App Platform: "libmirclient in snaps gets out of sync with archive"
  https://bugs.launchpad.net/ubuntu-app-platform/+bug/1663048

For more details, see:
https://code.launchpad.net/~ubuntu-sdk-team/ubuntu-app-platform/+git/ubuntu-app-platform/+merge/317765

Exclude Mir support (LP: #1663048)
-- 
Your team Ubuntu SDK team is requested to review the proposed merge of ubuntu-app-platform:UAP_remove_mirlibs into ubuntu-app-platform:master.
diff --git a/snapcraft.yaml b/snapcraft.yaml
index c9cd641..e2bc501 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -83,9 +83,6 @@ parts:
         - webapp-container
         # Allow non-memory GSettings backend
         - dconf-gsettings-backend
-        # Add Mir support
-        - qtubuntu-desktop
-        - mir-graphics-drivers-desktop
         # Additional deps
         - qml-module-ubuntu-thumbnailer0.1
         # Needed by address-book-app. See bug 1643660
@@ -162,4 +159,6 @@ parts:
         - etc/xdg/maliit.org/
         - usr/lib/maliit/plugins
         - usr/share/maliit/plugins
+        # Exclude Mir
+        - -usr/lib/*/libmir*
 

Follow ups