-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Given the content available in the gnome 3-28 content snap: ``` /snap/gnome-3-28-1804/current/usr/lib/x86_64-linux-gnu/libxcb.so.1 /snap/gnome-3-28-1804/current/usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 /snap/gnome-3-28-1804/current/usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0 /snap/gnome-3-28-1804/current/usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0 /snap/gnome-3-28-1804/current/usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0 /snap/gnome-3-28-1804/current/usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0 /snap/gnome-3-28-1804/current/usr/lib/x86_64-linux-gnu/libxcb-glx.so.0 /snap/gnome-3-28-1804/current/usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0 /snap/gnome-3-28-1804/current/usr/lib/x86_64-linux-gnu/libxcb-present.so.0 /snap/gnome-3-28-1804/current/usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0 /snap/gnome-3-28-1804/current/usr/lib/x86_64-linux-gnu/libxcb-render.so.0 /snap/gnome-3-28-1804/current/usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 /snap/gnome-3-28-1804/current/usr/lib/x86_64-linux-gnu/libxcb-shm.so.0 /snap/gnome-3-28-1804/current/usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0 /snap/gnome-3-28-1804/current/usr/lib/x86_64-linux-gnu/libxcb-sync.so.1 /snap/gnome-3-28-1804/current/usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0 /snap/gnome-3-28-1804/current/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so.0 /snap/gnome-3-28-1804/current/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so.0.0.0 ``` Replace the snapcraft.yaml's broad libxcb* filter with a set of more targeted expressions for each of the provided libraries. Signed-off-by: Chris Patterson <chris.patterson@canonical.com>
- Loading branch information
Showing
2 changed files
with
72 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters