diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-07-04 09:47:33 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-04 09:47:33 +0000 |
commit | 4529f12ab4c495e6d4790814f31a46b33ceca1e7 (patch) | |
tree | b028ea541efeea1aa1481326aae00c611d1fa2d8 /packages/x11-apps | |
parent | f95b30588c16453d5f98e17b9b800b4d1e399b66 (diff) | |
parent | d1f207a2c3388bbbd8a6ff976603e679478533b2 (diff) |
merge of 048984452e3625e7ebd5e99419f289d1ea6a9d40
and b160064c666a513a6ec76f7fd0ddbd5ee1d7a985
Diffstat (limited to 'packages/x11-apps')
-rw-r--r-- | packages/x11-apps/twm_1.0.1.bb | 12 |
1 files changed, 12 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..e02bc4cf7b 100644 --- a/packages/x11-apps/twm_1.0.1.bb +++ b/packages/x11-apps/twm_1.0.1.bb @@ -1,2 +1,14 @@ +PR = "r1" + include app-common.inc DEPENDS = "libx11 libxt libxmu" + +inherit update-alternatives + +ALTERNATIVE_PATH = "${bindir}/twm" +ALTERNATIVE_NAME = "x-window-manager" +ALTERNATIVE_LINK = "${bindir}/x-window-manager" +ALTERNATIVE_PRIORITY = "1" + + + |