[Mesa-dev] [Bug 47124] libEGL.la fails during linking
https://bugs.freedesktop.org/show_bug.cgi?id=47124 --- Comment #2 from Mike Lothian 2012-03-10 03:46:03 PST --- They are external dependencies, you will need to provide them to build a 32bit mesa and isn't related to this bug -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev
[Mesa-dev] [PATCH] makefile: add phony am--refresh target
From: Dave Airlie for some reason when I configure --with-dri-drivers="" the src/mesa/drivers/dri Makefile tries to call the am--refresh target in the toplevel Makefile, we don't have one, and I'm not sure what it should look like. This makes things continue on. Signed-off-by: Dave Airlie --- Makefile |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 6120fbe..80fce92 100644 --- a/Makefile +++ b/Makefile @@ -260,4 +260,6 @@ md5: $(ARCHIVES) @-md5sum $(PACKAGE_NAME).tar.bz2 @-md5sum $(PACKAGE_NAME).zip -.PHONY: tarballs md5 +am--refresh: + +.PHONY: tarballs md5 am--refresh -- 1.7.7.6 ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev
[Mesa-dev] [Bug 47193] New: can't statically link libglsl and libdricore into drivers
https://bugs.freedesktop.org/show_bug.cgi?id=47193 Bug #: 47193 Summary: can't statically link libglsl and libdricore into drivers Classification: Unclassified Product: Mesa Version: git Platform: All OS/Version: All Status: NEW Severity: normal Priority: medium Component: Mesa core AssignedTo: mesa-dev@lists.freedesktop.org ReportedBy: nob...@dreamwidth.org When building the DRI drivers from git, libglsl and libdricore seem to always be built and used as shared libraries. This makes it much less convenient to test drivers with LIBGL_DRIVERS_PATH=.../mesa/lib -- it'll look for libglsl.so and libdricore.so in the normal system library paths and fail to load. 8.0 doesn't have this problem. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev