Migrate clip module from aseprite to laf

This commit is contained in:
David Capello 2024-03-26 13:31:22 -03:00
parent ec4e82bdc0
commit e21859c4af
4 changed files with 1 additions and 11 deletions

3
.gitmodules vendored
View File

@ -24,9 +24,6 @@
[submodule "third_party/libpng"]
path = third_party/libpng
url = https://github.com/aseprite/libpng.git
[submodule "src/clip"]
path = src/clip
url = https://github.com/aseprite/clip.git
[submodule "src/observable"]
path = src/observable
url = https://github.com/aseprite/observable.git

2
laf

@ -1 +1 @@
Subproject commit c0c88e397a6c7dcdc78f0f67ee8bdb8e0d0760c5
Subproject commit 7397d460f67540f5feb3dbf72d95fc207cd9425d

View File

@ -95,12 +95,6 @@ set(OBSERVABLE_TESTS OFF CACHE BOOL "Compile observable tests")
add_subdirectory(observable)
include_directories(observable)
# Disable clip examples and tests
set(CLIP_EXAMPLES OFF CACHE BOOL "Compile clip examples")
set(CLIP_TESTS OFF CACHE BOOL "Compile clip tests")
set(CLIP_X11_PNG_LIBRARY "${PNG_LIBRARY}")
add_subdirectory(clip)
# Disable undo tests
set(UNDO_TESTS OFF CACHE BOOL "Compile undo tests")
add_subdirectory(undo)

@ -1 +0,0 @@
Subproject commit 835cd0f7e7a964bb969482117856bc56a0ac12bf