diff options
author | Ross Burton <ross.burton@intel.com> | 2012-10-09 16:57:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-18 12:00:37 +0100 |
commit | 5d6596321a996278ffbaa111247367ec9e50d721 (patch) | |
tree | b4b22c241deaa0f98559018ea1098be024e39861 /meta/recipes-graphics/mesa | |
parent | fa248f86105ddd4a1b0be039ee8e85ab275c4e44 (diff) | |
download | openembedded-core-5d6596321a996278ffbaa111247367ec9e50d721.tar.gz openembedded-core-5d6596321a996278ffbaa111247367ec9e50d721.tar.bz2 openembedded-core-5d6596321a996278ffbaa111247367ec9e50d721.zip |
mesa: remove mesa-dri dependency in mesa-dri-dev
mesa-dri is empty, so instead of allowing an empty package, remove the default
dependency on mesa-dri and let the system not generate mesa-dri.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics/mesa')
-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}" # Multiple virtual/gl providers being built breaks staging EXCLUDE_FROM_WORLD = "1" -# ie mesa-dri could be empty and mesa-dri-dev RDEPENDS on it -ALLOW_EMPTY_${PN} = "1" +# Remove the mesa-dri dependency on mesa-dri-dev, as mesa-dri is empty +RDEPENDS_${PN}-dev = "" PACKAGES =+ "libegl libegl-dev libegl-dbg \ libglu libglu-dev \ |