summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-dri.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-dri.inc')
-rw-r--r--meta/recipes-graphics/mesa/mesa-dri.inc28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-dri.inc b/meta/recipes-graphics/mesa/mesa-dri.inc
deleted file mode 100644
index e43150b326..0000000000
--- a/meta/recipes-graphics/mesa/mesa-dri.inc
+++ /dev/null
@@ -1,28 +0,0 @@
1DEPENDS += "libdrm expat udev"
2X11_DEPS += "dri2proto"
3
4DRIDRIVERS = "swrast"
5DRIDRIVERS_append_x86 = ",radeon,r200,nouveau,i965,i915"
6DRIDRIVERS_append_x86-64 = ",radeon,r200,nouveau,i965,i915"
7
8EXTRA_OECONF += "--disable-gallium --without-gallium-drivers"
9EXTRA_OECONF += "--enable-dri --with-dri-drivers=${DRIDRIVERS}"
10EXTRA_OECONF += "--enable-gbm"
11
12PACKAGECONFIG[gles] = "--enable-gles1 --enable-gles2, --disable-gles1 --disable-gles2"
13
14EGL_PLATFORMS = "drm"
15EGL_PLATFORMS .="${@base_contains('DISTRO_FEATURES', 'x11', ',x11', '', d)}"
16EGL_PLATFORMS .="${@base_contains('DISTRO_FEATURES', 'wayland', ',wayland', '', d)}"
17PACKAGECONFIG[egl] = "--enable-egl --with-egl-platforms=${EGL_PLATFORMS}, --disable-egl"
18
19python populate_packages_prepend() {
20 dri_drivers_root = os.path.join(d.getVar('libdir', True), "dri")
21
22 do_split_packages(d, dri_drivers_root, '^(.*)_dri\.so$', 'mesa-dri-driver-%s', 'Mesa %s DRI driver', extra_depends='')
23}
24
25PACKAGES_DYNAMIC += "^mesa-dri-driver-.*"
26
27FILES_${PN}-dbg += "${libdir}/dri/.debug/*"
28