summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.16.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-xfce/xfwm4/xfwm4_4.16.1.bb')
-rw-r--r--meta-xfce/recipes-xfce/xfwm4/xfwm4_4.16.1.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.16.1.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.16.1.bb
index 2cbfdadd5..f4a78f1ad 100644
--- a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.16.1.bb
+++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.16.1.bb
@@ -20,18 +20,18 @@ PACKAGECONFIG[epoxy] = "--enable-epoxy,--disable-epoxy,libepoxy"
20PACKAGECONFIG[xpresent] = "--enable-xpresent,--disable-xpresent,libxpresent" 20PACKAGECONFIG[xpresent] = "--enable-xpresent,--disable-xpresent,libxpresent"
21PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" 21PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification"
22 22
23python populate_packages_prepend () { 23python populate_packages:prepend () {
24 themedir = d.expand('${datadir}/themes') 24 themedir = d.expand('${datadir}/themes')
25 do_split_packages(d, themedir, '^(.*)', 'xfwm4-theme-%s', 'XFWM4 theme %s', allow_dirs=True) 25 do_split_packages(d, themedir, '^(.*)', 'xfwm4-theme-%s', 'XFWM4 theme %s', allow_dirs=True)
26} 26}
27 27
28PACKAGES_DYNAMIC += "^xfwm4-theme-.*" 28PACKAGES_DYNAMIC += "^xfwm4-theme-.*"
29 29
30ALTERNATIVE_${PN} = "x-window-manager" 30ALTERNATIVE:${PN} = "x-window-manager"
31ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/xfwm4" 31ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/xfwm4"
32ALTERNATIVE_PRIORITY[x-window-manager] = "30" 32ALTERNATIVE_PRIORITY[x-window-manager] = "30"
33 33
34RDEPENDS_${PN} = "xfwm4-theme-default" 34RDEPENDS:${PN} = "xfwm4-theme-default"
35FILES_${PN} += "${libdir}/xfce4/xfwm4/helper-dialog \ 35FILES:${PN} += "${libdir}/xfce4/xfwm4/helper-dialog \
36 ${datadir}/xfwm4/defaults \ 36 ${datadir}/xfwm4/defaults \
37" 37"