aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amdfalconx86/recipes-graphics/xorg-driver/xf86-video-amdgpu.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amdfalconx86/recipes-graphics/xorg-driver/xf86-video-amdgpu.inc')
-rw-r--r--meta-amdfalconx86/recipes-graphics/xorg-driver/xf86-video-amdgpu.inc33
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-amdfalconx86/recipes-graphics/xorg-driver/xf86-video-amdgpu.inc b/meta-amdfalconx86/recipes-graphics/xorg-driver/xf86-video-amdgpu.inc
new file mode 100644
index 00000000..c670e64f
--- /dev/null
+++ b/meta-amdfalconx86/recipes-graphics/xorg-driver/xf86-video-amdgpu.inc
@@ -0,0 +1,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'