aboutsummaryrefslogtreecommitdiffstats
path: root/packages/x11-apps
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-07-03 16:40:46 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-03 16:40:46 +0000
commit416820f43a470a43cd3efe8fd8bf878e654c3bb8 (patch)
treee4f79d29cef066977702b5e668a6671d62956a2a /packages/x11-apps
parenta2d8a0ce663fda2b13d1d979d4fe66a8b22effb5 (diff)
downloadopenembedded-416820f43a470a43cd3efe8fd8bf878e654c3bb8.tar.gz
twm: we need to inherit u-a to make the previous change actually do something
Diffstat (limited to 'packages/x11-apps')
-rw-r--r--packages/x11-apps/twm_1.0.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/x11-apps/twm_1.0.1.bb b/packages/x11-apps/twm_1.0.1.bb
index 734e1ee7bf..e02bc4cf7b 100644
--- a/packages/x11-apps/twm_1.0.1.bb
+++ b/packages/x11-apps/twm_1.0.1.bb
@@ -3,6 +3,8 @@ 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"