diff options
| -rw-r--r-- | meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb index f91c593f78..c9b01b3cfd 100644 --- a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb +++ b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb | |||
| @@ -16,6 +16,11 @@ PV = "0.2+git" | |||
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 18 | 18 | ||
| 19 | inherit autotools pkgconfig features_check | 19 | inherit autotools pkgconfig features_check update-alternatives |
| 20 | 20 | ||
| 21 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 21 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 22 | |||
| 23 | RPROVIDES:${PN} = "virtual-x-terminal-emulator" | ||
| 24 | ALTERNATIVE:${PN} = "x-terminal-emulator" | ||
| 25 | ALTERNATIVE_TARGET[x-terminal-emulator] = "${bindir}/matchbox-terminal" | ||
| 26 | ALTERNATIVE_PRIORITY[x-terminal-emulator] = "20" | ||
