diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-09 15:19:30 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-05-09 15:19:30 +0000 |
commit | 09f07d435910d2c5def0af6d88596f10986a1a61 (patch) | |
tree | 4f1632d5133bae537fb2550f758db87555f48077 /meta/packages/xorg-app | |
parent | 7cdceb9a4618a8b25a885672aa154cc9b451ce5b (diff) | |
download | poky-09f07d435910d2c5def0af6d88596f10986a1a61.tar.gz |
xdpyinfo:added 1.0.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1633 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-app')
-rw-r--r-- | meta/packages/xorg-app/xdpyinfo_1.0.2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/xorg-app/xdpyinfo_1.0.2.bb b/meta/packages/xorg-app/xdpyinfo_1.0.2.bb new file mode 100644 index 0000000000..62825e5a0f --- /dev/null +++ b/meta/packages/xorg-app/xdpyinfo_1.0.2.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require xorg-app-common.inc | ||
2 | PE = "1" | ||
3 | |||
4 | DESCRIPTION = "X display information utility" | ||
5 | LICENSE = "MIT" | ||
6 | |||
7 | DEPENDS += " libxtst libxext virtual/libx11 libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp" | ||
8 | |||
9 | SRC_URI += "file://disable-xkb.patch;patch=1" | ||
10 | |||
11 | EXTRA_OECONF = "--disable-xkb" | ||