mirror of
https://codeberg.org/vyivel/dulcepan/
synced 2025-03-12 02:39:16 +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:
parent
7652fb16bd
commit
4ffc074c10
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,4 +4,5 @@
|
||||
!.gitignore
|
||||
|
||||
subprojects/*
|
||||
!subprojects/libspng.wrap
|
||||
!subprojects/libsfdo.wrap
|
||||
|
@ -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',
|
||||
|
3
subprojects/libspng.wrap
Normal file
3
subprojects/libspng.wrap
Normal file
@ -0,0 +1,3 @@
|
||||
[wrap-git]
|
||||
url = https://github.com/randy408/libspng
|
||||
revision = v0.7.4
|
Loading…
x
Reference in New Issue
Block a user