mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
fix libdecor update
This commit is contained in:
parent
c79d91cd47
commit
70c01e8b1a
29
recipes-graphics/libdecor/libdecor_0.1.1.bb
Normal file
29
recipes-graphics/libdecor/libdecor_0.1.1.bb
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
SUMMARY = "libdecor - A client-side decorations library for Wayland clients"
|
||||||
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=7ae2be7fb1637141840314b51970a9f7"
|
||||||
|
|
||||||
|
SRC_URI = "git://gitlab.gnome.org/jadahl/libdecor.git;protocol=https;branch=master"
|
||||||
|
|
||||||
|
DEPENDS = " \
|
||||||
|
cairo \
|
||||||
|
pango \
|
||||||
|
virtual/libgl \
|
||||||
|
wayland \
|
||||||
|
wayland-native \
|
||||||
|
wayland-protocols \
|
||||||
|
"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
SRCREV = "e87dcfdaf83f332fa83b43c804fcf93c151ff0f5"
|
||||||
|
|
||||||
|
PACKAGECONFIG ?= "dbus ${@bb.utils.filter('DISTRO_FEATURES', 'gtk3', d)}"
|
||||||
|
|
||||||
|
PACKAGECONFIG[dbus] = "-Ddbus=enabled,-Ddbus=disabled,dbus"
|
||||||
|
PACKAGECONFIG[demo] = "-Ddemo=true,-Ddemo=false,virtual/libegl libxkbcommon"
|
||||||
|
PACKAGECONFIG[gtk3] = "-Dgtk=enabled,-Dgtk=disabled,gtk+3"
|
||||||
|
|
||||||
|
inherit meson pkgconfig
|
||||||
|
|
||||||
|
EXTRA_OEMESON += "--buildtype release"
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native nativesdk"
|
Loading…
Reference in New Issue
Block a user