diff options
-rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xgamma_1.0.5.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.5.bb b/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.5.bb new file mode 100644 index 0000000000..6fb9259006 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.5.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | require recipes-graphics/xorg-app/xorg-app-common.inc | ||
2 | |||
3 | SUMMARY = "X.Org X11 X client utilities" | ||
4 | |||
5 | DESCRIPTION = "xgamma allows X users to query and alter the gamma \ | ||
6 | correction of a monitor via the X video mode extension." | ||
7 | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=ac9801b8423fd7a7699ccbd45cf134d8" | ||
9 | |||
10 | DEPENDS += "libxxf86vm" | ||
11 | |||
12 | BBCLASSEXTEND = "native" | ||
13 | |||
14 | SRC_URI[md5sum] = "c06067f572bc4a5298f324f27340da95" | ||
15 | SRC_URI[sha256sum] = "e322a2fea80d559c09d6bc285ebe1a9e454dbeae2a07116cb7d2207db9d2c310" | ||