Skip to content

Commit

Permalink
Merge pull request #248 from sergio-costas/fix-libtool-46
Browse files Browse the repository at this point in the history
Use .deb libtool instead of savannah version
  • Loading branch information
seb128 authored Oct 14, 2024
2 parents 9a99e1b + 9bb20bb commit bec5a3d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,13 @@ parts:
- python3-pip

libtool:
source: https://git.savannah.gnu.org/git/libtool.git
source-tag: 'v2.4.7'
plugin: autotools
plugin: nil
# ext:updatesnap
# version-format:
# ignore: true
autotools-configure-parameters: [ --prefix=/usr ]
build-environment: *buildenv
build-packages:
- help2man
- texinfo
stage-packages:
- libtool
- libtool-bin
override-stage: |
set -eux
craftctl default
Expand Down Expand Up @@ -857,6 +853,7 @@ parts:
- libtdb-dev
- libpulse-dev
- libgstreamer1.0-dev
- libltdl-dev

gsound:
after: [ libcanberra, meson-deps ]
Expand Down Expand Up @@ -1399,6 +1396,7 @@ parts:
- libjpeg-dev
- libkrb5-3
- liblcms2-dev
- libltdl-dev
- liblzo2-dev
- liblzo2-2
- liblzma5
Expand Down

0 comments on commit bec5a3d

Please sign in to comment.