Skip to content

Commit

Permalink
DON'T CARE
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusGuy committed Feb 24, 2025
1 parent 2e41427 commit c64d63c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions clickable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ image_setup:
run:
- wget ftp.debian.org/debian/pool/main/f/fmtlib/libfmt9_9.1.0+ds1-2_${BUILD_ARCH}.deb && dpkg --force-all -i libfmt9_9.1.0+ds1-2_${BUILD_ARCH}.deb
- wget ftp.debian.org/debian/pool/main/f/fmtlib/libfmt-dev_9.1.0+ds1-2_${BUILD_ARCH}.deb && dpkg --force-all -i libfmt-dev_9.1.0+ds1-2_${BUILD_ARCH}.deb
- wget ftp.debian.org/debian/pool/main/libs/libsdl2/libsdl2-2.0-0_2.26.5+dfsg-1_${BUILD_ARCH}.deb && dpkg --force-all -i libsdl2-2.0-0_2.26.5+dfsg-1_${BUILD_ARCH}.deb
- wget ftp.debian.org/debian/pool/main/libs/libsdl2/libsdl2-dev_2.26.5+dfsg-1_${BUILD_ARCH}.deb && dpkg --force-all -i libsdl2-dev_2.26.5+dfsg-1_${BUILD_ARCH}.deb
- apt-get install -y libsdl2-image-dev libsdl2-ttf-dev
dependencies_target:
- "libogg-dev"
- "libvorbis-dev"
- "libopenal-dev"
- "libsdl2-dev"
- "libsdl2-image-dev"
- "libsdl2-ttf-dev"
- "libphysfs-dev"
- "libcurl4-openssl-dev"
- "libglm-dev"
Expand Down
6 changes: 3 additions & 3 deletions mk/clickable/clickable-glew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ image_setup:
run:
- wget ftp.debian.org/debian/pool/main/f/fmtlib/libfmt9_9.1.0+ds1-2_${BUILD_ARCH}.deb && dpkg --force-all -i libfmt9_9.1.0+ds1-2_${BUILD_ARCH}.deb
- wget ftp.debian.org/debian/pool/main/f/fmtlib/libfmt-dev_9.1.0+ds1-2_${BUILD_ARCH}.deb && dpkg --force-all -i libfmt-dev_9.1.0+ds1-2_${BUILD_ARCH}.deb
- wget ftp.debian.org/debian/pool/main/libs/libsdl2/libsdl2-2.0-0_2.26.5+dfsg-1_${BUILD_ARCH}.deb && dpkg --force-all -i libsdl2-2.0-0_2.26.5+dfsg-1_${BUILD_ARCH}.deb
- wget ftp.debian.org/debian/pool/main/libs/libsdl2/libsdl2-dev_2.26.5+dfsg-1_${BUILD_ARCH}.deb && dpkg --force-all -i libsdl2-dev_2.26.5+dfsg-1_${BUILD_ARCH}.deb
- apt-get install -y libsdl2-image-dev libsdl2-ttf-dev
dependencies_target:
- "libogg-dev"
- "libvorbis-dev"
- "libopenal-dev"
- "libsdl2-dev"
- "libsdl2-image-dev"
- "libsdl2-ttf-dev"
- "libphysfs-dev"
- "libcurl4-openssl-dev"
- "libglew-dev"
Expand Down

0 comments on commit c64d63c

Please sign in to comment.