From 65b0446b8a60cd43be30bd20da98f7477c69bf70bc492ab2d69bbf433d045221 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 9 Sep 2010 12:48:30 +0000 Subject: [PATCH] - use TALLOC_LIBS/TALLOC_CFLAGS env. variables which obsolete the requirement for a patched libtalloc-devel package, i.e. talloc.pc is no longer required. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=121 --- Mesa.changes | 7 +++++++ Mesa.spec | 2 ++ 2 files changed, 9 insertions(+) diff --git a/Mesa.changes b/Mesa.changes index 8e1d08c..7a54372 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 9 12:45:55 UTC 2010 - sndirsch@novell.com + +- use TALLOC_LIBS/TALLOC_CFLAGS env. variables which obsolete the + requirement for a patched libtalloc-devel package, i.e. + talloc.pc is no longer required. + ------------------------------------------------------------------- Sun Aug 29 05:05:58 CEST 2010 - sndirsch@suse.de diff --git a/Mesa.spec b/Mesa.spec index c2534b0..7a53516 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -150,6 +150,8 @@ sed -i 's/REPLACE/%_lib/g' src/egl/drivers/dri2/Makefile %install rm -f src/mesa/depend +export TALLOC_LIBS=-ltalloc +export TALLOC_CFLAGS="-I/usr/include" autoreconf -fi ### libGL (disable savage/mga, bnc #402132/#403071; reenable mga, bnc #466635) %configure --disable-glw \