summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-09-11 12:09:59 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2022-09-11 12:09:59 +0200
commit28b371bcb880e52c582574efcd69969dd775b1c7 (patch)
tree7618628f2278e4a7eaaaaddc51047d810ae1d9e9
parent599ff992312eb2a5c5f631d027d3ebeba0583558 (diff)
Added libc6-dev to build packages
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--snap/snapcraft.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 07574fe..40d543e 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -58,6 +58,7 @@ parts:
desktop-gtk3:
build-packages:
- build-essential
+ - libc6-dev
- libgtk-3-dev
- dpkg-dev
make-parameters:
@@ -85,6 +86,7 @@ parts:
gnunet:
build-packages:
- build-essential
+ - libc6-dev
- libgcrypt20-dev
- recutils
- libjansson-dev
@@ -109,6 +111,9 @@ parts:
autotools-configure-parameters: [ '--disable-documentation', '--prefix=/usr' ]
libgnunetchat:
after: [ gnunet ]
+ build-packages:
+ - build-essential
+ - libc6-dev
source: http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.1.0.tar.gz
plugin: make
override-build: |
@@ -119,6 +124,8 @@ parts:
messenger-gtk:
after: [ desktop-gtk3, gnunet, libgnunetchat ]
build-packages:
+ - build-essential
+ - libc6-dev
- libglib2.0-dev
- libgdk-pixbuf-2.0-dev
- libhandy-1-dev