diff options
| author | Timo Jyrinki <[email protected]> | 2017-02-20 12:40:46 +0000 |
|---|---|---|
| committer | Timo Jyrinki <[email protected]> | 2017-02-20 12:40:46 +0000 |
| commit | 1ba092ef3c356c2dac11686403c74f5e4f11ccd9 (patch) | |
| tree | d57de5f57e21535cb0e770d70c808a690e2f9b21 | |
| parent | 0c73de75e2fab3debe1ecb5a9691b19dafa463ec (diff) | |
Exclude Mir support (LP: #1663048)UAP_remove_mirlibs
| -rw-r--r-- | snapcraft.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
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* |
