diff options
author | Dojii Seketeli <dodji@openedhand.com> | 2008-01-08 09:21:46 +0000 |
---|---|---|
committer | Dojii Seketeli <dodji@openedhand.com> | 2008-01-08 09:21:46 +0000 |
commit | 9b98d185c39606f4cb904034328c20b18ee1d1dd (patch) | |
tree | 5620ee31a0302bc94a35f91533b793f29acdb1e2 /packages | |
parent | ec9ece86db37e1e071208787c58272371d557082 (diff) | |
parent | 2a5a1309888b7e49e5656e8abde6adbff298b451 (diff) |
merge of '1da81118402f312c1b90e65968cd0a7f76696542'
and 'ee4880df14493ef47f85015ab7e4e981aa7d7415'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb b/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb index 368b421650..86af843d7b 100644 --- a/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb +++ b/packages/xorg-xserver/xserver-kdrive_1.3.0.0.bb @@ -3,9 +3,10 @@ require xserver-kdrive-common.inc DEPENDS += "libxkbfile libxcalibrate" PE = "1" -PR = "r21" +PR = "r22" -SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ +#SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ +SRC_URI = "git://people.freedesktop.org/~dodji/xglamo;protocol=git;tag=master \ ${KDRIVE_COMMON_PATCHES} \ file://enable-epson.patch;patch=1 \ file://enable-builtin-fonts.patch;patch=1 \ @@ -21,16 +22,14 @@ SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ file://w100-fix-offscreen-bmp.patch;patch=1 \ file://kdrive-1.3-18bpp.patch;patch=1 \ file://gumstix-kmode.patch;patch=1 \ - file://smedia-glamo.patch;patch=1 \ - file://build-glamo.patch;patch=1 \ - file://00-xglamo-logs.patch;patch=1 \ - file://01-xglamo-scrolling-artifact-fix.patch;patch=1 \ - file://02-xglamo-no-dri.patch;patch=1 \ - file://03-xglamo-no-vesa.patch;patch=1 \ " S = "${WORKDIR}/xorg-server-${PV}" +#S = "${WORKDIR}/git" + +#CFLAGS=-g + W100_OECONF = "--disable-w100" W100_OECONF_arm = "--enable-w100" |