diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/wayland/weston_1.10.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/wayland/weston_1.10.0.bb b/meta/recipes-graphics/wayland/weston_1.10.0.bb index 37a4839e0f..6b934e2232 100644 --- a/meta/recipes-graphics/wayland/weston_1.10.0.bb +++ b/meta/recipes-graphics/wayland/weston_1.10.0.bb | |||
@@ -100,14 +100,14 @@ do_install_append() { | |||
100 | fi | 100 | fi |
101 | } | 101 | } |
102 | 102 | ||
103 | PACKAGE_BEFORE_PN += "${PN}-xwayland" | 103 | PACKAGE_BEFORE_PN += "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', '${PN}-xwayland', '', d)}" |
104 | PACKAGES += "${PN}-examples" | 104 | PACKAGES += "${PN}-examples" |
105 | 105 | ||
106 | FILES_${PN} = "${bindir}/weston ${bindir}/weston-terminal ${bindir}/weston-info ${bindir}/weston-launch ${bindir}/wcap-decode ${libexecdir} ${libdir}/${BPN}/*.so ${datadir}" | 106 | FILES_${PN} = "${bindir}/weston ${bindir}/weston-terminal ${bindir}/weston-info ${bindir}/weston-launch ${bindir}/wcap-decode ${libexecdir} ${libdir}/${BPN}/*.so ${datadir}" |
107 | FILES_${PN}-examples = "${bindir}/*" | 107 | FILES_${PN}-examples = "${bindir}/*" |
108 | 108 | ||
109 | FILES_${PN}-xwayland = "${libdir}/${BPN}/xwayland.so" | 109 | FILES_${PN}-xwayland = "${libdir}/${BPN}/xwayland.so" |
110 | RDEPENDS_${PN}-xwayland += "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', 'xserver-xorg-xwayland', '', d)}" | 110 | RDEPENDS_${PN}-xwayland += "xserver-xorg-xwayland" |
111 | 111 | ||
112 | RDEPENDS_${PN} += "xkeyboard-config" | 112 | RDEPENDS_${PN} += "xkeyboard-config" |
113 | RRECOMMENDS_${PN} = "liberation-fonts" | 113 | RRECOMMENDS_${PN} = "liberation-fonts" |