diff options
| author | GNUtoo <GNUtoo@no-log.org> | 2011-10-10 21:23:10 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-12 13:02:55 +0200 |
| commit | 4b40111d746625d100165981e0ea8f2bcfca5d9e (patch) | |
| tree | fad839e14a838f1571ac6045717a1f58dc10ed7a /meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb | |
| parent | e2aecd230ef6f8ada9f4f1c2da64a90064e29fc2 (diff) | |
| download | meta-openembedded-4b40111d746625d100165981e0ea8f2bcfca5d9e.tar.gz | |
xserver-common 1.34: Add Nexus One support
Since we only use Xorg(and not kdrive) on the nexus one,
only Xorg support was included.
The DPI value was taken from:
http://en.wikipedia.org/wiki/List_of_displays_by_pixel_density
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb index bc25363d59..6e4fe2e94c 100644 --- a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb +++ b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb | |||
| @@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts and support files" | |||
| 2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
| 4 | 4 | ||
| 5 | PR = "r4" | 5 | PR = "r5" |
| 6 | 6 | ||
| 7 | # we are using a gpe-style Makefile | 7 | # we are using a gpe-style Makefile |
| 8 | inherit gpe | 8 | inherit gpe |
| @@ -21,6 +21,7 @@ SRC_URI_append = " \ | |||
| 21 | file://Xserver.add.dpi.for.gta.patch \ | 21 | file://Xserver.add.dpi.for.gta.patch \ |
| 22 | file://Xserver.n900.patch \ | 22 | file://Xserver.n900.patch \ |
| 23 | file://Xserver.nexuss.patch \ | 23 | file://Xserver.nexuss.patch \ |
| 24 | file://Xserver.nexusone.patch \ | ||
| 24 | " | 25 | " |
| 25 | 26 | ||
| 26 | 27 | ||
