Skip to content

Commit

Permalink
gdm: Enable plymouth support
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Nov 22, 2024
1 parent 7b5f7db commit 273892f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Binary file modified g/gdm/manifest.x86_64.bin
Binary file not shown.
6 changes: 4 additions & 2 deletions g/gdm/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"pkgconfig(json-glib-1.0)",
"pkgconfig(libkeyutils)",
"pkgconfig(pam)",
"pkgconfig(ply-boot-client)",
"pkgconfig(systemd)",
"pkgconfig(udev)",
"pkgconfig(xau)"
Expand Down Expand Up @@ -243,7 +244,7 @@
"binary(gdm-config)",
"binary(gdmflexiserver)",
"soname(libgdm.so.1(x86_64))",
"soname(pam_gdm.so(x86_64))",
"soname(security/pam_gdm.so(x86_64))",
"sysbinary(gdm)"
]
},
Expand All @@ -262,6 +263,7 @@
"pkgconfig(json-glib-1.0)",
"pkgconfig(libkeyutils)",
"pkgconfig(pam)",
"pkgconfig(ply-boot-client)",
"pkgconfig(systemd)",
"pkgconfig(udev)",
"pkgconfig(xau)"
Expand Down Expand Up @@ -295,6 +297,6 @@
}
},
"source-name": "gdm",
"source-release": "10",
"source-release": "11",
"source-version": "47.0"
}
6 changes: 4 additions & 2 deletions g/gdm/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
name : gdm
version : '47.0'
release : 10
release : 11
homepage : https://gitlab.gnome.org/GNOME/gdm
upstreams :
- https://download.gnome.org/sources/gdm/47/gdm-47.0.tar.xz : c5858326bfbcc8ace581352e2be44622dc0e9e5c2801c8690fd2eed502607f84
Expand All @@ -28,6 +28,7 @@ builddeps :
- pkgconfig(json-glib-1.0)
- pkgconfig(libkeyutils)
- pkgconfig(pam)
- pkgconfig(ply-boot-client)
- pkgconfig(systemd)
- pkgconfig(udev)
- pkgconfig(xau)
Expand All @@ -47,7 +48,8 @@ setup : |
-Dudev-dir=%(libdir)/udev/rules.d \
-Dpam-prefix=%(vendordir)/etc \
-Duser-display-server=true \
-Dx11-support=false
-Dx11-support=false \
-Dplymouth=enabled
build : |
%meson_build
install : |
Expand Down

0 comments on commit 273892f

Please sign in to comment.