From 32041972cc5a79b5ebbb424165477db2be5d7898 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 15 Nov 2022 08:51:09 +0100 Subject: [PATCH] libdecor: update --- recipes-graphics/libdecor/libdecor_0.1.0.bb | 28 --------------------- 1 file changed, 28 deletions(-) delete mode 100644 recipes-graphics/libdecor/libdecor_0.1.0.bb diff --git a/recipes-graphics/libdecor/libdecor_0.1.0.bb b/recipes-graphics/libdecor/libdecor_0.1.0.bb deleted file mode 100644 index febd4f4..0000000 --- a/recipes-graphics/libdecor/libdecor_0.1.0.bb +++ /dev/null @@ -1,28 +0,0 @@ -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"