flatpak: Build libadwaita

This commit is contained in:
Rafał Dzięgiel
2021-08-05 22:41:30 +02:00
committed by Rafostar
parent c8a5277908
commit b7d9a22d33
3 changed files with 23 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
"testing/gstreamer-1.0/gst-plugins-ugly.json",
"testing/gstreamer-1.0/gst-libav.json",
"testing/gstreamer-1.0/gstreamer-vaapi.json",
"testing/libadwaita.json",
{
"name": "clapper",
"buildsystem": "meson",

View File

@@ -42,6 +42,7 @@
"flathub/gstreamer-1.0/gst-libav.json",
"flathub/gstreamer-1.0/gstreamer-vaapi.json",
"flathub/lib/gtk4.json",
"testing/libadwaita.json",
{
"name": "clapper",
"buildsystem": "meson",

View File

@@ -0,0 +1,21 @@
{
"name": "libadwaita",
"buildsystem": "meson",
"config-opts": [
"--buildtype=release",
"--wrap-mode=nofallback",
"-Dintrospection=enabled",
"-Dvapi=false",
"-Dgtk_doc=false",
"-Dtests=false",
"-Dexamples=false"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libadwaita.git",
"tag": "1.0.0-alpha.2",
"commit": "f5932ab4250c8e709958c6e75a1a4941a5f0f386"
}
]
}