summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.3.bb')
-rw-r--r--meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.3.bb39
1 files changed, 39 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.3.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.3.bb
new file mode 100644
index 0000000000..ab8b34cfb9
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.14.3.bb
@@ -0,0 +1,39 @@
1DESCRIPTION = "Xfce4 Window Manager"
2SECTION = "x11/wm"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855"
5DEPENDS = "virtual/libx11 libxfce4ui libwnck3 libxinerama exo-native"
6
7inherit xfce update-alternatives features_check
8
9REQUIRED_DISTRO_FEATURES = "x11"
10
11SRC_URI += "file://0001-Revert-compositor-Revert-to-GLX-as-default-vblank-me.patch"
12SRC_URI[md5sum] = "66b25adc9db8a3d829ba171bed478724"
13SRC_URI[sha256sum] = "829bec5a9e35a9f11c54a546c0112f5ad36e0f747be1156856d4abcce37283bf"
14
15PACKAGECONFIG ?= " \
16 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'epoxy', '', d)} \
17 xpresent \
18 startup-notification \
19"
20
21PACKAGECONFIG[epoxy] = "--enable-epoxy,--disable-epoxy,libepoxy"
22PACKAGECONFIG[xpresent] = "--enable-xpresent,--disable-xpresent,libxpresent"
23PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification"
24
25python populate_packages_prepend () {
26 themedir = d.expand('${datadir}/themes')
27 do_split_packages(d, themedir, '^(.*)', 'xfwm4-theme-%s', 'XFWM4 theme %s', allow_dirs=True)
28}
29
30PACKAGES_DYNAMIC += "^xfwm4-theme-.*"
31
32ALTERNATIVE_${PN} = "x-window-manager"
33ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/xfwm4"
34ALTERNATIVE_PRIORITY[x-window-manager] = "30"
35
36RDEPENDS_${PN} = "xfwm4-theme-default"
37FILES_${PN} += "${libdir}/xfce4/xfwm4/helper-dialog \
38 ${datadir}/xfwm4/defaults \
39"