ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #03247
[Bug 379797] [NEW] mesa doesn't install dri.pc
Public bug reported:
Newer versions of the X server (master, xi2) require the dri package in
order to build, which the ubunu mesa currently doesn't provide. Here's
how I solved the problem in my xorg-xi2 PPA, but this might not be the
cleanest solution.
diff -Nru /tmp/c1Y6T9RNXo/mesa-7.4.1/debian/mesa-common-dev.install /tmp/vYhIt3jUok/mesa-7.4.1/debian/mesa-common-dev.install
--- mesa-7.4.1/debian/mesa-common-dev.install 2009-05-23 02:24:10.000000000 +0100
+++ mesa-7.4.1/debian/mesa-common-dev.install 2009-05-23 02:02:21.000000000 +0100
@@ -3,3 +3,4 @@
usr/include/GL/gl_mangle.h
usr/include/GL/glx*.h
usr/include/GL/internal/dri_interface.h
+usr/lib/pkgconfig/dri.pc
diff -Nru /tmp/c1Y6T9RNXo/mesa-7.4.1/debian/rules /tmp/vYhIt3jUok/mesa-7.4.1/debian/rules
--- mesa-7.4.1/debian/rules 2009-05-23 02:24:10.000000000 +0100
+++ mesa-7.4.1/debian/rules 2009-05-23 01:53:04.000000000 +0100
@@ -188,6 +188,7 @@
dh_clean -k
dh_installdirs
$(MAKE) -f debian/rules $(INSTALL_TARGETS)
+ cp debian/tmp/usr/lib/glx/pkgconfig/dri.pc debian/tmp/usr/lib/pkgconfig/dri.pc
install-%: $(STAMP)-build-%
cd $(DEB_BUILD_DIR)/$* && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
** Affects: mesa (Ubuntu)
Importance: Undecided
Status: New
--
mesa doesn't install dri.pc
https://bugs.launchpad.net/bugs/379797
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in ubuntu.
Follow ups
References