commit cb8b561
hovercats
·
2024-08-18 11:56:29 +0000 UTC
parent c703366
repo/wayland*: import, so that we can build wayland using oasis nativly
10 files changed,
+39,
-0
+12,
-0
1@@ -0,0 +1,12 @@
2+#!/bin/sh -e
3+
4+export DESTDIR="$1"
5+
6+meson setup \
7+ -Dprefix=/usr \
8+ -Dbuildtype=release \
9+ -Dtests=false \
10+ output
11+
12+samu -C output
13+samu -C output install
+1,
-0
1@@ -0,0 +1 @@
2+2f3584031af7f0d2eaff37bef37894717af6d62e512645da4bdc84c509c111cf73
+2,
-0
1@@ -0,0 +1,2 @@
2+meson make
3+wayland make
+1,
-0
1@@ -0,0 +1 @@
2+https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.36/downloads/wayland-protocols-1.36.tar.xz
+1,
-0
1@@ -0,0 +1 @@
2+1.36 1
+15,
-0
1@@ -0,0 +1,15 @@
2+#!/bin/sh -e
3+
4+export DESTDIR="$1"
5+
6+meson setup \
7+ -Dprefix=/usr \
8+ -Ddefault_library=both \
9+ -Dtests=false \
10+ -Ddocumentation=false \
11+ -Ddtd_validation=false \
12+ build
13+
14+samu -C build
15+samu -C build install
16+
+1,
-0
1@@ -0,0 +1 @@
2+63735d03d50403aefeea80e407acb7faeb2c60b9494633049aa59c40f81dd9b988
+4,
-0
1@@ -0,0 +1,4 @@
2+expat
3+libffi
4+meson make
5+pkgconf make
+1,
-0
1@@ -0,0 +1 @@
2+https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.23.0/downloads/wayland-1.23.0.tar.xz
+1,
-0
1@@ -0,0 +1 @@
2+1.23.0 1