diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-06-10 16:22:35 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-13 17:38:06 +0100 |
commit | f934f38607a42346a7e574e92456222548cbb422 (patch) | |
tree | 38169826db64b768efe5363a323e77ffe95127aa /meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb | |
parent | 8fef8f85e9b86ebfd9bd5efc1beef1574548f42a (diff) | |
download | poky-f934f38607a42346a7e574e92456222548cbb422.tar.gz |
xdpyinfo: upgrade to 1.3.1
(From OE-Core rev: 58fcded3b5657d6120b97fdc605506608eb2b0a5)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
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.1.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb new file mode 100644 index 0000000000..c853926104 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb | |||
@@ -0,0 +1,20 @@ | |||
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 libxau" | ||
13 | PE = "1" | ||
14 | |||
15 | SRC_URI += "file://disable-xkb.patch" | ||
16 | |||
17 | SRC_URI[md5sum] = "cacc0733f16e4f2a97a5c430fcc4420e" | ||
18 | SRC_URI[sha256sum] = "aef9285069a517ed870e5d8a02d13f7d8a953d7f7220146da563e04c7f128b94" | ||
19 | |||
20 | EXTRA_OECONF = "--disable-xkb" | ||