debian/rules | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 1729a0a1da8f55b943b41c4d283d2c55f62a486d
Author: Steve Langasek <[email protected]>
Date: Tue Aug 21 20:15:46 2012 -0700
Make sure we aren't trying to ship radeonsi_dri.so on archs where we haven't
built it
diff --git a/debian/rules b/debian/rules
index a75ddbe..6176288 100755
--- a/debian/rules
+++ b/debian/rules
@@ -86,6 +86,8 @@ else
# Radeonsi needs LLVM, so only build it on the subset of archs
# where we have LLVM enabled.
GALLIUM_DRIVERS += radeonsi
+ else
+ EXTRA_SED=-e"/radeonsi_dri.so/ s/^/\#/"
endif
endif
@@ -202,6 +204,7 @@ install: build
for file in debian/*.in; \
do \
sed -e"s,\$${DEB_HOST_MULTIARCH},$(DEB_HOST_MULTIARCH),g" \
+ $(EXTRA_SED) \
$${file} > $${file%%.in}; \
done
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]