[oe-commits] Qian Lei : xgamma: Add new recipes

git at git.openembedded.org git at git.openembedded.org
Fri Nov 7 14:47:28 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: ab02f8fa6e85bec90207a62ecdbcaba66ae960d9
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=ab02f8fa6e85bec90207a62ecdbcaba66ae960d9

Author: Qian Lei <qianl.fnst at cn.fujitsu.com>
Date:   Fri Nov  7 17:52:01 2014 +0800

xgamma: Add new recipes

xgamma allows X users to query and alter the gamma correction of a
monitor via the X video mode extension (XFree86-VidModeExtension).

Signed-off-by: Qian Lei <qianl.fnst at cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb b/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb
new file mode 100644
index 0000000..bc88921
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.3.bb
@@ -0,0 +1,15 @@
+require xorg-app-common.inc
+
+SUMMARY = "X.Org X11 X client utilities"
+
+DESCRIPTION = "xgamma allows X users to query and alter the gamma \
+correction of a monitor via the X video mode extension."
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=ac9801b8423fd7a7699ccbd45cf134d8"
+
+DEPENDS += "libxxf86vm"
+
+BBCLASSEXTEND = "native"
+
+SRC_URI[md5sum] = "e8a88bf1a18f35b724619849dca97f4f"
+SRC_URI[sha256sum] = "e5eb2588fbbdc5c2db5571b304204487a9c22eed15ac6cb816f605ec403e6e1a"



More information about the Openembedded-commits mailing list