diff options
author | Koen Kooi <koen@openembedded.org> | 2006-07-03 16:37:40 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-03 16:37:40 +0000 |
commit | a2d8a0ce663fda2b13d1d979d4fe66a8b22effb5 (patch) | |
tree | c852534a798d81ec83123f941cea5907ab9fb330 /packages | |
parent | 1e02f2a75343878876170da0640dca72fc8cd986 (diff) |
twm: register with u-a as x-window-manager
Diffstat (limited to 'packages')
-rw-r--r-- | packages/x11-apps/twm_1.0.1.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/x11-apps/twm_1.0.1.bb b/packages/x11-apps/twm_1.0.1.bb index 27dbb79eef..734e1ee7bf 100644 --- a/packages/x11-apps/twm_1.0.1.bb +++ b/packages/x11-apps/twm_1.0.1.bb @@ -1,2 +1,12 @@ +PR = "r1" + include app-common.inc DEPENDS = "libx11 libxt libxmu" + +ALTERNATIVE_PATH = "${bindir}/twm" +ALTERNATIVE_NAME = "x-window-manager" +ALTERNATIVE_LINK = "${bindir}/x-window-manager" +ALTERNATIVE_PRIORITY = "1" + + + |