diff options
| author | Changqing Li <changqing.li@windriver.com> | 2026-04-14 15:55:20 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-14 02:16:52 -0700 |
| commit | f70eb0ec006ddd6cc21a1a57b263c13fd6c0ec90 (patch) | |
| tree | cbe5c05183e5bfe6b618faa4b101a2d7d9d1cc78 /meta-xfce | |
| parent | fa2a8fd7a451df91e5a7d4f9334000dff9359416 (diff) | |
| download | meta-openembedded-f70eb0ec006ddd6cc21a1a57b263c13fd6c0ec90.tar.gz | |
libxfce4ui: add wayland PACKAGECONFIG
Add wayland PACKAGECONFIG and add wayland and x11 dependency
explicitly
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-xfce')
| -rw-r--r-- | meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.21.7.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.21.7.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.21.7.bb index e672eae540..9c86da48e6 100644 --- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.21.7.bb +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.21.7.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://docs.xfce.org/xfce/libxfce4ui/start" | |||
| 3 | SECTION = "x11/libs" | 3 | SECTION = "x11/libs" |
| 4 | LICENSE = "LGPL-2.0-or-later" | 4 | LICENSE = "LGPL-2.0-or-later" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4cf66a4984120007c9881cc871cf49db" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4cf66a4984120007c9881cc871cf49db" |
| 6 | DEPENDS = "intltool-native perl-native gtk+3 libxfce4util xfce4-dev-tools xfconf" | 6 | DEPENDS = "intltool-native perl-native gtk+3 libxfce4util xfce4-dev-tools xfconf gdk-pixbuf" |
| 7 | 7 | ||
| 8 | XFCE_COMPRESS_TYPE = "xz" | 8 | XFCE_COMPRESS_TYPE = "xz" |
| 9 | XFCEBASEBUILDCLASS = "meson" | 9 | XFCEBASEBUILDCLASS = "meson" |
| @@ -26,7 +26,6 @@ SRC_URI[sha256sum] = "a72a7af39cf183819bcfb61b1747d425261e966ccb172b2fc28f1494f5 | |||
| 26 | 26 | ||
| 27 | EXTRA_OEMESON = "-Dvala=disabled -Dvendor-info=${DISTRO}" | 27 | EXTRA_OEMESON = "-Dvala=disabled -Dvendor-info=${DISTRO}" |
| 28 | 28 | ||
| 29 | PACKAGECONFIG ??= " \ | 29 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)}" |
| 30 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11','x11', "", d)} \ | 30 | PACKAGECONFIG[x11] = "-Dsession-management=enabled -Dstartup-notification=enabled,-Dsession-management=disabled -Dstartup-notification=disabled,libepoxy libice libsm startup-notification" |
| 31 | " | 31 | PACKAGECONFIG[wayland] = "-Dwayland=enabled, -Dwayland=disabled," |
| 32 | PACKAGECONFIG[x11] = "-Dstartup-notification=enabled,-Dstartup-notification=disabled,libepoxy libice libsm startup-notification" | ||
