aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-driver
diff options
context:
space:
mode:
authorLukas Gorris <lukas.gorris@gmail.com>2010-02-02 17:04:15 +0100
committerLukas Gorris <lukas.gorris@gmail.com>2010-02-02 17:04:15 +0100
commit54c6fa7af1c69196c28e1ec7df0f4b50785e8674 (patch)
tree52337621f25a2d3754c28d9f08ce5fbd7b8bbc8b /recipes/xorg-driver
parent4fe7fd3bdb7e46cb7977a8078a68277efc900862 (diff)
downloadopenembedded-54c6fa7af1c69196c28e1ec7df0f4b50785e8674.tar.gz
Add xorg-driver for msm platform, use it on msm machines. (wip)
Diffstat (limited to 'recipes/xorg-driver')
-rw-r--r--recipes/xorg-driver/xf86-video-msm_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/xorg-driver/xf86-video-msm_git.bb b/recipes/xorg-driver/xf86-video-msm_git.bb
new file mode 100644
index 0000000000..faccb87e35
--- /dev/null
+++ b/recipes/xorg-driver/xf86-video-msm_git.bb
@@ -0,0 +1,16 @@
+require xorg-driver-video.inc
+
+DESCRIPTION = "X.Org X server -- MSM display driver"
+
+PR_append = "d"
+
+SRCREV = "5f7df59155ae301a3ebc40aec22ed16d203cb5fc"
+PV = "1.1.0+${PR}+gitr${SRCREV}"
+PE = "1"
+
+SRC_URI = "git://codeaurora.org/quic/xwin/xf86-video-msm.git;protocol=git\
+ "
+
+S = "${WORKDIR}/git"
+
+CFLAGS += " -I${STAGING_INCDIR}/xorg "