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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user