mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
flatpak: add glib-networking lib
This commit is contained in:
@@ -13,8 +13,12 @@ finish-args:
|
|||||||
- --env=GST_PLUGIN_SYSTEM_PATH=/app/lib/gstreamer-1.0
|
- --env=GST_PLUGIN_SYSTEM_PATH=/app/lib/gstreamer-1.0
|
||||||
- --env=GST_VAAPI_ALL_DRIVERS=1
|
- --env=GST_VAAPI_ALL_DRIVERS=1
|
||||||
|
|
||||||
|
# DVD/DVB devices access
|
||||||
|
- --device=all
|
||||||
|
|
||||||
modules:
|
modules:
|
||||||
- lib/glib.json
|
- lib/glib.json
|
||||||
|
- lib/glib-networking.json
|
||||||
- shared-modules/gudev/gudev.json
|
- shared-modules/gudev/gudev.json
|
||||||
- lib/pango.json
|
- lib/pango.json
|
||||||
- lib/libsass.json
|
- lib/libsass.json
|
||||||
|
12
pkgs/flatpak/lib/glib-networking.json
Normal file
12
pkgs/flatpak/lib/glib-networking.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"name": "glib-networking",
|
||||||
|
"buildsystem": "meson",
|
||||||
|
"sources": [
|
||||||
|
{
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://gitlab.gnome.org/GNOME/glib-networking.git",
|
||||||
|
"tag": "2.66.0",
|
||||||
|
"commit": "61d7e024ca354e6d2e39930d66a2067f3de5842c"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user