gtk-layer-shell: update

This commit is contained in:
Markus Volk
2025-07-29 06:10:41 +02:00
parent 67796a4715
commit e7d456e979
2 changed files with 5 additions and 9 deletions

View File

@ -19,13 +19,9 @@ SRC_URI = " \
git://github.com/wmww/gtk-layer-shell.git;protocol=https;branch=master \
"
SRCREV = "984dbbfc1d64c763e15a56dff662af267b551f68"
SRCREV = "137d02c8328328b109446601dcd663a0986ea0a2"
inherit meson pkgconfig features_check gobject-introspection vala
EXTRA_OEMESON += "--buildtype release"
FILES:${PN} = "${datadir} ${libdir}"
BBCLASSEXTEND = ""

View File

@ -19,13 +19,13 @@ SRC_URI = " \
git://github.com/wmww/gtk4-layer-shell.git;protocol=https;branch=main \
"
SRCREV = "536ff516ed68b9bb34afc4c07f942a54b2b4b03f"
SRCREV = "4867d7b85cdf1e829fc1fd6f1d5f04c42cc99389"
inherit meson pkgconfig features_check gobject-introspection vala
EXTRA_OEMESON += "--buildtype release"
FILES:${PN} = "${datadir} ${libdir}"
BBCLASSEXTEND = ""
# Overwrite FILES_SOLIBSDEV to prevent liblayer-shell-preload.so from being added to the dev package.
FILES_SOLIBSDEV = "${libdir}/libgtk4-layer-shell.so"
FILES:${PN} += "${libdir}/liblayer-shell-preload.so"