aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amdfalconx86/recipes-graphics/xorg-driver/xf86-video-amdgpu.inc
blob: c670e64fbc45a9836aab036668d57f849bfe731b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
SUMMARY = "X.Org X server -- AMDGPU graphics chipsets driver"

DESCRIPTION = "xf86-video-amdgpu is an Xorg driver for AMD/ATI		\
integrated graphics chipsets. The driver supports depths 8, 15,		\
16 and 24. On some chipsets, the driver supports hardware accelerated	\
3D via the Direct Rendering Infrastructure (DRI).			\
"

require recipes-graphics/xorg-driver/xorg-driver-video.inc

LIC_FILES_CHKSUM = "file://COPYING;md5=aabff1606551f9461ccf567739af63dc"

DEPENDS += "virtual/libx11 drm dri2proto glproto \
	    virtual/libgl xineramaproto libpciaccess \
	    udev glamor-egl \
"

PR = "${INC_PR}.1"
EXTRA_OECONF += "--enable-udev --enable-glamor"

SRC_URI = " \
	    git://people.freedesktop.org/~agd5f/xf86-video-amdgpu;branch=amdgpu \
"

S = "${WORKDIR}/git"

RDEPENDS_${PN} += "glamor-egl \
		   mesa-driver-radeon \
		   mesa-driver-radeonsi \
		   mesa-driver-swrast \
"

COMPATIBLE_HOST = '(i.86|x86_64).*-linux'