1
0
mirror of https://codeberg.org/vyivel/dulcepan/ synced 2025-12-17 15:45:12 +02:00

use fallback subproject git for libspng

Stated in the libspng README:

> Download the latest release and include spng.c/spng.h in your
> project, you can also build with CMake or Meson [...]

libspng was intended to be included within the project, not used
as a system dependency.
This commit is contained in:
sewn
2024-06-19 21:15:45 +03:00
committed by Kirill Primak
parent 7652fb16bd
commit 4ffc074c10
3 changed files with 5 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ wayland_client = dependency('wayland-client')
wayland_protos = dependency('wayland-protocols')
pixman = dependency('pixman-1')
spng = dependency('spng')
spng = dependency('spng', fallback: 'libspng')
xkbcommon = dependency(
'xkbcommon',
fallback: 'libxkbcommon',