mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Replace some legacy variables in snapcraft.yml
This commit is contained in:
parent
88f3aeca5b
commit
3c3829d9c5
1 changed files with 4 additions and 4 deletions
|
@ -288,13 +288,13 @@ parts:
|
|||
craftctl default
|
||||
sed -i 's/NOT JPEGXL_ENABLE_SKCMS/0/' lib/jxl.cmake
|
||||
stage:
|
||||
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libbrotli*
|
||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/libbrotli*
|
||||
prime:
|
||||
- -./usr/bin
|
||||
- -./usr/include
|
||||
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pkgconfig
|
||||
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/*.a
|
||||
- -./usr/lib/$SNAPCRAFT_ARCH_TRIPLET/*.so
|
||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/pkgconfig
|
||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/*.a
|
||||
- -./usr/lib/$CRAFT_ARCH_TRIPLET/*.so
|
||||
- -./usr/share
|
||||
|
||||
mozjpeg:
|
||||
|
|
Loading…
Add table
Reference in a new issue