mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
gtk-layer-shell: update
we now have an option for introspection
This commit is contained in:
parent
1b45416f3a
commit
ae88d585e9
@ -1,6 +1,4 @@
|
|||||||
SUMMARY = "A library to write GTK applications that use Layer Shell"
|
SUMMARY = "A library to write GTK applications that use Layer Shell"
|
||||||
DESCRIPTION = "A library to write GTK applications that use Layer Shell. Layer Shell is a Wayland protocol for desktop shell components, such as panels, notifications and wallpapers."
|
|
||||||
AUTHOR = ""
|
|
||||||
HOMEPAGE = "https://github.com/wmww/gtk-layer-shell"
|
HOMEPAGE = "https://github.com/wmww/gtk-layer-shell"
|
||||||
BUGTRACKER = "https://github.com/www/gtk-layer-shell/issues"
|
BUGTRACKER = "https://github.com/www/gtk-layer-shell/issues"
|
||||||
SECTION = "graphics"
|
SECTION = "graphics"
|
||||||
@ -14,19 +12,18 @@ DEPENDS += " \
|
|||||||
gtk+3 \
|
gtk+3 \
|
||||||
wayland \
|
wayland \
|
||||||
wayland-native \
|
wayland-native \
|
||||||
gobject-introspection \
|
|
||||||
gobject-introspection-native \
|
|
||||||
qemu-native \
|
|
||||||
prelink-native \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/wmww/gtk-layer-shell.git;protocol=https"
|
SRC_URI = "git://github.com/wmww/gtk-layer-shell.git;protocol=https"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "0.6.0"
|
PV = "0.6.0+${SRCREV}"
|
||||||
SRCREV = "v${PV}"
|
SRCREV = "b5e0bbc7f2ac632a65db29193fa384baeb23a96c"
|
||||||
|
|
||||||
|
inherit meson pkgconfig features_check gobject-introspection
|
||||||
|
|
||||||
|
EXTRA_OEMESON += "--buildtype release"
|
||||||
|
|
||||||
inherit meson pkgconfig features_check
|
|
||||||
FILES:${PN} = "${datadir} ${libdir}"
|
FILES:${PN} = "${datadir} ${libdir}"
|
||||||
|
|
||||||
BBCLASSEXTEND = ""
|
BBCLASSEXTEND = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user