summaryrefslogtreecommitdiffstats
path: root/recipes/xorg-driver/xf86-video-s3c64xx_git.bb
blob: 84848f016568de7f8a2a2d5e59c7468f0df7518c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
require xorg-driver-video.inc

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 \
           file://0002-DPMS-header-was-split-into-dpms.h-client-and-dpmscon.patch \
           file://0003-s3c64xx-lcd-include-cursorstr.h-to-get-CursorRec-and.patch \
          "

S = "${WORKDIR}/git"

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


PR = "${INC_PR}.0"