diff options
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-common.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index cfe4a37c0c..e15fd26a4e 100644 --- a/meta/recipes-graphics/mesa/mesa-common.inc +++ b/meta/recipes-graphics/mesa/mesa-common.inc | |||
@@ -38,8 +38,8 @@ PACKAGECONFIG[x11] = "--enable-glx-tls,--disable-glx,${X11_DEPS}" | |||
38 | # Multiple virtual/gl providers being built breaks staging | 38 | # Multiple virtual/gl providers being built breaks staging |
39 | EXCLUDE_FROM_WORLD = "1" | 39 | EXCLUDE_FROM_WORLD = "1" |
40 | 40 | ||
41 | # ie mesa-dri could be empty and mesa-dri-dev RDEPENDS on it | 41 | # Remove the mesa-dri dependency on mesa-dri-dev, as mesa-dri is empty |
42 | ALLOW_EMPTY_${PN} = "1" | 42 | RDEPENDS_${PN}-dev = "" |
43 | 43 | ||
44 | PACKAGES =+ "libegl libegl-dev libegl-dbg \ | 44 | PACKAGES =+ "libegl libegl-dev libegl-dbg \ |
45 | libglu libglu-dev \ | 45 | libglu libglu-dev \ |