diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-11-29 11:14:11 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-30 15:15:02 +0000 |
commit | 7fe0d3583f3bac2afdd3b5f58e9164749faa6167 (patch) | |
tree | fb9efe05d91a9e178aded7f43c686f215daa51ff /meta/recipes-graphics/xorg-app/xdpyinfo_1.3.0.bb | |
parent | e9b8a4ce793b6a387832edd30837e06eaaa83adc (diff) | |
download | poky-7fe0d3583f3bac2afdd3b5f58e9164749faa6167.tar.gz |
xdpyinfo: Update to 1.3.0
* Rebase patch to update code
(From OE-Core rev: 30582835b44a474416dcc8b887bfc2bc32e0e3f8)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-app/xdpyinfo_1.3.0.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-app/xdpyinfo_1.3.0.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.0.bb b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.0.bb new file mode 100644 index 0000000000..a118d0d635 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.0.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | require xorg-app-common.inc | ||
2 | |||
3 | SUMMARY = "Display information utility for X" | ||
4 | |||
5 | DESCRIPTION = "Xdpyinfo is a utility for displaying information about an \ | ||
6 | X server. It is used to examine the capabilities of a server, the \ | ||
7 | predefined values for various parameters used in communicating between \ | ||
8 | clients and the server, and the different types of screens and visuals \ | ||
9 | that are available." | ||
10 | |||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3" | ||
12 | DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp libxau" | ||
13 | PR = "r0" | ||
14 | PE = "1" | ||
15 | |||
16 | SRC_URI += "file://disable-xkb.patch" | ||
17 | |||
18 | SRC_URI[md5sum] = "1ef08f4c8d0e669c2edd49e4a1bf650d" | ||
19 | SRC_URI[sha256sum] = "23ee4944a32b5701b4379cb420729eb7a4dde54de2b5b006d4747855efd6d73f" | ||
20 | |||
21 | EXTRA_OECONF = "--disable-xkb" | ||