From dfe2bb428bb6db6938859927a8004caa167b96a8 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 13 Jul 2009 15:07:18 -0400 Subject: mesa-dri: move tls configure logic to a class Will allow reuse by xorg-xserver. Signed-off-by: Michael Smith --- recipes/mesa/mesa-common.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'recipes/mesa/mesa-common.inc') diff --git a/recipes/mesa/mesa-common.inc b/recipes/mesa/mesa-common.inc index 4f18c2f710..d7bfc148c5 100644 --- a/recipes/mesa/mesa-common.inc +++ b/recipes/mesa/mesa-common.inc @@ -19,8 +19,7 @@ EXTRA_OECONF = "--enable-glu \ --disable-glut \ " -require mesa-tls.inc -EXTRA_OECONF += "${@get_tls_setting(bb, d)} " +inherit glx-use-tls # Package contents vary according to ${MACHINE_DRI_MODULES}. PACKAGE_ARCH = "${MACHINE}" -- cgit 1.2.3-korg