diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 10:47:39 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 11:11:27 +0200 |
commit | 2e12c27e3df7dfa70121fca92fddf527b98fec64 (patch) | |
tree | f17dfd7f433cbdf0c81021fe64ada83249658517 /recipes/xorg-app/xdm_1.1.3.bb | |
parent | bd56c1e530ea0c4cfca30dbf8618f47beb3817a7 (diff) |
xorg-app: oe-stylize
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app/xdm_1.1.3.bb')
-rw-r--r-- | recipes/xorg-app/xdm_1.1.3.bb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/recipes/xorg-app/xdm_1.1.3.bb b/recipes/xorg-app/xdm_1.1.3.bb index 3b86b9086e..02df29edaf 100644 --- a/recipes/xorg-app/xdm_1.1.3.bb +++ b/recipes/xorg-app/xdm_1.1.3.bb @@ -1,12 +1,10 @@ require xorg-app-common.inc -PE = "1" - DESCRIPTION = "X display manager" - DEPENDS += " libxmu libxinerama libxpm libxdmcp libxau libxext libxdmcp libxt libxaw" - -EXTRA_OECONF += " --with-random-device=/dev/urandom" +PE = "1" +PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "619d0549c6c20ca15aa77769f2fbabe2" SRC_URI[archive.sha256sum] = "9e640974c132ef1faafedc77e4602d55457b2791006b677cec071ee8afbf9a74" -PR = "${INC_PR}.0" + +EXTRA_OECONF += " --with-random-device=/dev/urandom" |