From 251003831f87ac4081a3e6671e7b96d2266fa9df Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Wed, 2 Apr 2014 14:19:58 -0700 Subject: mesa: add dependency on libselinux-native mesa builds a host utility named builtin_compiler, and that needs selinux, too, if --enable-selinux is specfied to configure. Signed-off-by: Joe Slater Signed-off-by: Joe MacDonald --- recipes-graphics/mesa/mesa_9.2.2.bbappend | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipes-graphics/mesa/mesa_9.2.2.bbappend b/recipes-graphics/mesa/mesa_9.2.2.bbappend index 8c11cac..0004f71 100644 --- a/recipes-graphics/mesa/mesa_9.2.2.bbappend +++ b/recipes-graphics/mesa/mesa_9.2.2.bbappend @@ -1 +1,6 @@ inherit enable-selinux + +# But wait! There's more! mesa builds a host program named builtin_compiler +# and it needs selinux, too. We replace the PACKAGECONFIG[] in the bbclass. +# +PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux libselinux-native," -- cgit v1.2.3-54-g00ecf