https://bugs.freedesktop.org/show_bug.cgi?id=54370
Bug #: 54370 Summary: Autoconf mistakenly reports missing packages in Debian 64 Classification: Unclassified Product: Mesa Version: 8.0 Platform: Other OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Mesa core AssignedTo: mesa-dev@lists.freedesktop.org ReportedBy: netf...@gmail.com Autoconf reports actually installed packages as missing on 64 bit systems. X11 is an example. the issue is that the .pc files for these packages are being installed in /usr/lib/x86_64-linux-gnu/pkgconfig and autoconf is only looking in /usr/lib/pkgconfig/ for them. Simply creating symlinks from the x86_64-linux-gnu/pkgconfig dir into the /usr/lib/pkgconfig dir solves 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