[Mesa-dev] [Bug 54326] When building 32 bit on 64 bit, build ends at libgbm saying it can't find 32 bit libkms.so
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Sep 6 16:49:00 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=54326
--- Comment #3 from Alexandre Demers <alexandre.f.demers at gmail.com> 2012-09-06 23:49:00 UTC ---
Changing
libgbm_la_LIBADD = $(LIBUDEV_LIBS) $(LIBKMS_LIBS) $(DLOPEN_LIBS)
to
libgbm_la_LIBADD = $(LIBUDEV_LIBS) $(DLOPEN_LIBS)
-L/usr/lib32/i386-linux-gnu/libkms.so
in Makefile.am fixes the build. So $(LIBKMS_LIBS) is not defined properly in a
previous script it seems.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mesa-dev
mailing list