aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-driver/xf86-video-s3c64xx_git.bb
blob: 1a10357b175203bf28e999812945724afb6964f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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;apply=yes \
           file://0002-DPMS-header-was-split-into-dpms.h-client-and-dpmscon.patch;apply=yes \
           file://0003-s3c64xx-lcd-include-cursorstr.h-to-get-CursorRec-and.patch;apply=yes \
          "

S = "${WORKDIR}/git"

CFLAGS += " -I${STAGING_INCDIR}/xorg "