All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][RFC PATCH 1/2] libdecor: initial add recipe
@ 2022-05-19  6:43 Markus Volk
  2022-05-19  6:43 ` [meta-oe][RFC PATCH 2/2] libsdl2: rework and cleanup Markus Volk
  2022-05-19 16:43 ` [OE-core] [meta-oe][RFC PATCH 1/2] libdecor: initial add recipe Luca Ceresoli
  0 siblings, 2 replies; 19+ messages in thread
From: Markus Volk @ 2022-05-19  6:43 UTC (permalink / raw)
  To: openembedded-core; +Cc: Markus Volk

libdecor is a client-side decoration library for Wayland clients. It is used
by libsdl2 for window decoration and is required to provide decoration for
shells that use client-side decoration such as gnome-shell or weston.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../libdecor/libdecor_0.1.0.bb                | 30 +++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 meta/recipes-graphics/libdecor/libdecor_0.1.0.bb

diff --git a/meta/recipes-graphics/libdecor/libdecor_0.1.0.bb b/meta/recipes-graphics/libdecor/libdecor_0.1.0.bb
new file mode 100644
index 0000000000..3223d914ad
--- /dev/null
+++ b/meta/recipes-graphics/libdecor/libdecor_0.1.0.bb
@@ -0,0 +1,30 @@
+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 \
+	libxkbcommon \
+	pango \
+	wayland \
+	wayland-native \
+	wayland-protocols \
+"
+
+S = "${WORKDIR}/git"
+SRCREV = "3ec3fadd59a21835079fbb3046d2bec6c649d6fa"
+
+PACKAGECONFIG ?= "dbus"
+
+PACKAGECONFIG[dbus] = "-Ddbus=enabled,-Ddbus=disabled,dbus"
+PACKAGECONFIG[demo] = "-Ddemo=true,-Ddemo=false,virtual/libgl"
+
+inherit meson pkgconfig
+
+EXTRA_OEMESON += "--buildtype release"
+
+
+BBCLASSEXTEND = "native nativesdk"
+
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2022-05-31 19:06 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-19  6:43 [meta-oe][RFC PATCH 1/2] libdecor: initial add recipe Markus Volk
2022-05-19  6:43 ` [meta-oe][RFC PATCH 2/2] libsdl2: rework and cleanup Markus Volk
2022-05-19 14:18   ` [OE-core] " Luca Ceresoli
2022-05-19 14:30     ` Markus Volk
2022-05-19 15:15       ` Alexander Kanavin
2022-05-19 16:43 ` [OE-core] [meta-oe][RFC PATCH 1/2] libdecor: initial add recipe Luca Ceresoli
2022-05-19 16:46   ` Alexander Kanavin
2022-05-19 19:42     ` Markus Volk
2022-05-19 19:59       ` Alexander Kanavin
2022-05-19 20:12         ` Markus Volk
2022-05-20 12:46   ` Markus Volk
2022-05-21  7:48     ` richard.purdie
2022-05-22  8:48       ` Markus Volk
2022-05-22  9:24         ` richard.purdie
2022-05-22 10:22           ` Markus Volk
2022-05-22 12:12             ` richard.purdie
2022-05-22 17:26               ` Markus Volk
2022-05-23 15:26               ` Markus Volk
2022-05-31 19:06           ` Markus Volk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.