aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-driver/xf86-video-s3c64xx_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-04-17 11:01:04 +0200
committerKoen Kooi <koen@openembedded.org>2010-04-17 13:58:53 +0200
commit597e86c28ebd92f673d31c627ca54ceecf4f07a5 (patch)
treecdc42ff101b914b7f39e60482293929d1b8704a4 /recipes/xorg-driver/xf86-video-s3c64xx_git.bb
parenta2eb4a55084af4ffe9ce854bb9cb000b6b36c7a9 (diff)
downloadopenembedded-597e86c28ebd92f673d31c627ca54ceecf4f07a5.tar.gz
xf86-video-s3c64xx: add accelerated (XAA + Xv) driver for s3c64xx SoCs
Diffstat (limited to 'recipes/xorg-driver/xf86-video-s3c64xx_git.bb')
-rw-r--r--recipes/xorg-driver/xf86-video-s3c64xx_git.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/xorg-driver/xf86-video-s3c64xx_git.bb b/recipes/xorg-driver/xf86-video-s3c64xx_git.bb
new file mode 100644
index 0000000000..934c2195b4
--- /dev/null
+++ b/recipes/xorg-driver/xf86-video-s3c64xx_git.bb
@@ -0,0 +1,20 @@
+require xorg-driver-video.inc
+
+PR_append = "a"
+
+DESCRIPTION = "X.Org X server -- driver for the Samsung s3c64xx SoC family"
+
+SRCREV = "79c2402ba26e57f4c9fd27f75f8a0324c72c13be"
+PV = "0.0.2+${PR}+gitr${SRCREV}"
+
+SRC_URI = "git://git.gitorious.org/xf86-video-s3c64xx/xf86-video-s3c64xx.git;protocol=http \
+ file://0001-s3c64xx-update-for-resources-RAC-API-removal.patch;patch=1 \
+ file://0002-DPMS-header-was-split-into-dpms.h-client-and-dpmscon.patch;patch=1 \
+ file://0003-s3c64xx-lcd-include-cursorstr.h-to-get-CursorRec-and.patch;patch=1 \
+ "
+
+S = "${WORKDIR}/git"
+
+CFLAGS += " -I${STAGING_INCDIR}/xorg "
+
+