diff options
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app/twm_1.0.9.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-app/twm_1.0.9.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/twm_1.0.9.bb b/meta-oe/recipes-graphics/xorg-app/twm_1.0.9.bb new file mode 100644 index 0000000000..41c804bb34 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/twm_1.0.9.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | require recipes-graphics/xorg-app/xorg-app-common.inc | ||
| 2 | SUMMARY = "tiny window manager" | ||
| 3 | DEPENDS += " libxext libxt libxmu bison-native" | ||
| 4 | |||
| 5 | LICENSE = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4c6d42ef60e8166aa26606524c0b9586" | ||
| 7 | |||
| 8 | SRC_URI[md5sum] = "59a6f076cdacb5f6945dac809bcf4906" | ||
| 9 | SRC_URI[sha256sum] = "c575167ac33edf3bd1592f1bedfe0559debb128ed5fb4873c1278e3be166310a" | ||
| 10 | |||
| 11 | FILES_${PN} += "${datadir}/X11/twm/system.twmrc" | ||
| 12 | ALTERNATIVE_NAME = "x-window-manager" | ||
| 13 | ALTERNATIVE_PATH = "${bindir}/twm" | ||
| 14 | ALTERNATIVE_LINK = "${bindir}/x-window-manager" | ||
| 15 | ALTERNATIVE_PRIORITY = "1" | ||
