diff options
| -rw-r--r-- | meta-oe/recipes-support/remmina/remmina_1.4.30.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/remmina/remmina_1.4.30.bb b/meta-oe/recipes-support/remmina/remmina_1.4.30.bb index c22eaf1d38..0437fba515 100644 --- a/meta-oe/recipes-support/remmina/remmina_1.4.30.bb +++ b/meta-oe/recipes-support/remmina/remmina_1.4.30.bb | |||
| @@ -38,6 +38,10 @@ PACKAGECONFIG[spice] = "-DWITH_SPICE=ON, -DWITH_SPICE=OFF, spice spice-protocol" | |||
| 38 | # Switch on gtk support in avahi recipe if you want to enable avahi support | 38 | # Switch on gtk support in avahi recipe if you want to enable avahi support |
| 39 | PACKAGECONFIG[avahi] = "-DWITH_AVAHI=ON, -DWITH_AVAHI=OFF, avahi" | 39 | PACKAGECONFIG[avahi] = "-DWITH_AVAHI=ON, -DWITH_AVAHI=OFF, avahi" |
| 40 | 40 | ||
| 41 | do_configure:append() { | ||
| 42 | sed -i -e 's|${WORKDIR}|<WORKDIR>|g' ${B}/generated/buildflags.h | ||
| 43 | } | ||
| 44 | |||
| 41 | RDEPENDS:${PN} = "bash" | 45 | RDEPENDS:${PN} = "bash" |
| 42 | 46 | ||
| 43 | FILES:${PN}+= " \ | 47 | FILES:${PN}+= " \ |
