diff options
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa-common.inc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 1d3655f43f..70957eb9b3 100644 --- a/meta/recipes-graphics/mesa/mesa-common.inc +++ b/meta/recipes-graphics/mesa/mesa-common.inc | |||
| @@ -12,7 +12,7 @@ SECTION = "x11" | |||
| 12 | LICENSE = "MIT" | 12 | LICENSE = "MIT" |
| 13 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=03ccdc4c379c4289aecfb8892c546f67" | 13 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=03ccdc4c379c4289aecfb8892c546f67" |
| 14 | 14 | ||
| 15 | INC_PR = "r8" | 15 | INC_PR = "r9" |
| 16 | PE = "2" | 16 | PE = "2" |
| 17 | 17 | ||
| 18 | DEPENDS = "libxml2-native makedepend-native flex-native bison-native" | 18 | DEPENDS = "libxml2-native makedepend-native flex-native bison-native" |
| @@ -37,6 +37,9 @@ PACKAGECONFIG[x11] = "--enable-glx-tls,--disable-glx,${X11_DEPS}" | |||
| 37 | # Multiple virtual/gl providers being built breaks staging | 37 | # Multiple virtual/gl providers being built breaks staging |
| 38 | EXCLUDE_FROM_WORLD = "1" | 38 | EXCLUDE_FROM_WORLD = "1" |
| 39 | 39 | ||
| 40 | # Remove the mesa-dri dependency on mesa-dri-dev, as mesa-dri is empty | ||
| 41 | RDEPENDS_${PN}-dev = "" | ||
| 42 | |||
| 40 | PACKAGES =+ "libegl-mesa libegl-mesa-dev \ | 43 | PACKAGES =+ "libegl-mesa libegl-mesa-dev \ |
| 41 | libosmesa libosmesa-dev \ | 44 | libosmesa libosmesa-dev \ |
| 42 | libgl-mesa libgl-mesa-dev \ | 45 | libgl-mesa libgl-mesa-dev \ |
| @@ -79,8 +82,7 @@ python __anonymous() { | |||
| 79 | d.appendVar("RCONFLICTS_" + fullp, pkgs) | 82 | d.appendVar("RCONFLICTS_" + fullp, pkgs) |
| 80 | } | 83 | } |
| 81 | 84 | ||
| 82 | FILES_${PN} = "${sysconfdir}/drirc" | 85 | FILES_libdricore = "${sysconfdir}/drirc ${libdir}/libdricore*.so.*" |
| 83 | FILES_libdricore = "${libdir}/libdricore*.so.*" | ||
| 84 | FILES_libegl-mesa = "${libdir}/libEGL.so.*" | 86 | FILES_libegl-mesa = "${libdir}/libEGL.so.*" |
| 85 | FILES_libgbm = "${libdir}/libgbm.so.*" | 87 | FILES_libgbm = "${libdir}/libgbm.so.*" |
| 86 | FILES_libgles1-mesa = "${libdir}/libGLESv1*.so.*" | 88 | FILES_libgles1-mesa = "${libdir}/libGLESv1*.so.*" |
