mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Remove unneeded libraries from snapcraft.yaml
This commit is contained in:
parent
60fb2d7c1f
commit
45360adbc2
2 changed files with 0 additions and 6 deletions
|
@ -30,8 +30,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||||
namespace Platform {
|
namespace Platform {
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
using BaseGtkIntegration = base::Platform::GtkIntegration;
|
|
||||||
|
|
||||||
class Arguments {
|
class Arguments {
|
||||||
public:
|
public:
|
||||||
void push(QByteArray argument) {
|
void push(QByteArray argument) {
|
||||||
|
|
|
@ -89,8 +89,6 @@ parts:
|
||||||
- libasound2-dev
|
- libasound2-dev
|
||||||
- libglib2.0-dev
|
- libglib2.0-dev
|
||||||
- libglibmm-2.4-dev
|
- libglibmm-2.4-dev
|
||||||
- libgtk-3-dev
|
|
||||||
- liblzma-dev
|
|
||||||
- libopus-dev
|
- libopus-dev
|
||||||
- libpulse-dev
|
- libpulse-dev
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
|
@ -104,8 +102,6 @@ parts:
|
||||||
- libasound2
|
- libasound2
|
||||||
- libglib2.0-0
|
- libglib2.0-0
|
||||||
- libglibmm-2.4-1v5
|
- libglibmm-2.4-1v5
|
||||||
- libgtk-3-0
|
|
||||||
- liblzma5
|
|
||||||
- libopus0
|
- libopus0
|
||||||
- libpulse0
|
- libpulse0
|
||||||
- libssl1.1
|
- libssl1.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue