diff options
Diffstat (limited to 'subprojects')
| -rw-r--r-- | subprojects/expat.wrap | 7 | ||||
| -rw-r--r-- | subprojects/glfw3.wrap | 4 | ||||
| -rw-r--r-- | subprojects/libalabaster.wrap | 4 | ||||
| -rw-r--r-- | subprojects/libnaunet.wrap | 4 | ||||
| -rw-r--r-- | subprojects/packagefiles/expat/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | subprojects/wayland.wrap | 10 |
6 files changed, 25 insertions, 6 deletions
diff --git a/subprojects/expat.wrap b/subprojects/expat.wrap new file mode 100644 index 0000000..0a383da --- /dev/null +++ b/subprojects/expat.wrap @@ -0,0 +1,7 @@ +[wrap-git] +directory = expat-2.7.3 +url = https://github.com/libexpat/libexpat.git +revision = R_2_7_3 +depth = 1 +patch_directory = expat +method = cmake diff --git a/subprojects/glfw3.wrap b/subprojects/glfw3.wrap index 692b7a0..4d1a2c2 100644 --- a/subprojects/glfw3.wrap +++ b/subprojects/glfw3.wrap @@ -1,6 +1,6 @@ [wrap-git] -directory = glfw3-162896e +directory = glfw3-b00e6a8 url = https://github.com/glfw/glfw.git -revision = 162896e5b9a40dc382c5c438cd12c90a5ff86ddd +revision = b00e6a8a88ad1b60c0a045e696301deb92c9a13e depth = 1 method = cmake diff --git a/subprojects/libalabaster.wrap b/subprojects/libalabaster.wrap index 3f7a977..c48903d 100644 --- a/subprojects/libalabaster.wrap +++ b/subprojects/libalabaster.wrap @@ -1,5 +1,5 @@ [wrap-git] -directory = libalabaster-dd7a1d1 +directory = libalabaster-c633226 url = https://git.akon.city/libalabaster.git -revision = dd7a1d1afb8b3e93ab1005abdc21edb6efca840a +revision = c633226d2b615f46ef38cc99603775dccdf96ecd depth = 1 diff --git a/subprojects/libnaunet.wrap b/subprojects/libnaunet.wrap index 547bd75..63425dd 100644 --- a/subprojects/libnaunet.wrap +++ b/subprojects/libnaunet.wrap @@ -1,5 +1,5 @@ [wrap-git] -directory = libnaunet-1e0f603 +directory = libnaunet-a389b8f url = https://git.akon.city/libnaunet.git -revision = 1e0f60341192c79bf49e84e6b187ffb7bfded252 +revision = a389b8f2f9c55b76fe5a28c3f1fea798ed37aa98 depth = 1 diff --git a/subprojects/packagefiles/expat/CMakeLists.txt b/subprojects/packagefiles/expat/CMakeLists.txt new file mode 100644 index 0000000..c856a85 --- /dev/null +++ b/subprojects/packagefiles/expat/CMakeLists.txt @@ -0,0 +1,2 @@ +cmake_minimum_required(VERSION 3.9 FATAL_ERROR) +add_subdirectory(expat) diff --git a/subprojects/wayland.wrap b/subprojects/wayland.wrap new file mode 100644 index 0000000..4fc8ba8 --- /dev/null +++ b/subprojects/wayland.wrap @@ -0,0 +1,10 @@ +[wrap-git] +directory = wayland-1.24.0 +url = https://gitlab.freedesktop.org/wayland/wayland.git +revision = 1.24.0 +depth = 1 + +[provide] +wayland-client = wayland_client_dep +wayland-cursor = wayland_cursor_dep +wayland-egl = wayland_egl_dep |