diff options
author | Ben Shelton <ben.shelton@ni.com> | 2014-07-28 14:17:49 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-01 14:23:45 +0200 |
commit | a09bbab909f39c8b43f62c657f42a9fbc87c3b21 (patch) | |
tree | a662844e9726fa5512ac78bb6087ad39ed8c6783 /meta-oe/recipes-graphics/xorg-app | |
parent | 2f349356127dc37e21f78cf5767230c85270c0cc (diff) | |
download | meta-openembedded-a09bbab909f39c8b43f62c657f42a9fbc87c3b21.tar.gz |
xmag: add recipe
The xmag utility magnifies the pixels rendered on-screen and is useful
for examining bitmaps and matching font metrics.
Signed-off-by: Ben Shelton <ben.shelton@ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xmag_1.0.5.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xmag_1.0.5.bb b/meta-oe/recipes-graphics/xorg-app/xmag_1.0.5.bb new file mode 100644 index 000000000..d57742180 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/xmag_1.0.5.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require recipes-graphics/xorg-app/xorg-app-common.inc | ||
2 | |||
3 | SUMMARY = "xmag is a tool to magnify parts of the screen" | ||
4 | HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xmag/" | ||
5 | SECTION = "x11/app" | ||
6 | LICENSE = "MIT" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=3413fe6832380b44b69b172d2d1b2387" | ||
8 | DEPENDS += " libxaw libxt" | ||
9 | |||
10 | SRC_URI[md5sum] = "280b81cb09d1903aa868a058d90128ad" | ||
11 | SRC_URI[sha256sum] = "4ace8795cf756be4ba387f30366045594ce26adda2f5ffe1f8e896825d0932c6" | ||