summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/xfwm4
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-xfce/recipes-xfce/xfwm4
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/xfwm4')
-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"