diff options
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.bb | 8 |
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" | |||
20 | PACKAGECONFIG[xpresent] = "--enable-xpresent,--disable-xpresent,libxpresent" | 20 | PACKAGECONFIG[xpresent] = "--enable-xpresent,--disable-xpresent,libxpresent" |
21 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" | 21 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" |
22 | 22 | ||
23 | python populate_packages_prepend () { | 23 | python 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 | ||
28 | PACKAGES_DYNAMIC += "^xfwm4-theme-.*" | 28 | PACKAGES_DYNAMIC += "^xfwm4-theme-.*" |
29 | 29 | ||
30 | ALTERNATIVE_${PN} = "x-window-manager" | 30 | ALTERNATIVE:${PN} = "x-window-manager" |
31 | ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/xfwm4" | 31 | ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/xfwm4" |
32 | ALTERNATIVE_PRIORITY[x-window-manager] = "30" | 32 | ALTERNATIVE_PRIORITY[x-window-manager] = "30" |
33 | 33 | ||
34 | RDEPENDS_${PN} = "xfwm4-theme-default" | 34 | RDEPENDS:${PN} = "xfwm4-theme-default" |
35 | FILES_${PN} += "${libdir}/xfce4/xfwm4/helper-dialog \ | 35 | FILES:${PN} += "${libdir}/xfce4/xfwm4/helper-dialog \ |
36 | ${datadir}/xfwm4/defaults \ | 36 | ${datadir}/xfwm4/defaults \ |
37 | " | 37 | " |