<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Compilation libva , No package 'libdrm' found"
href="https://bugs.freedesktop.org/show_bug.cgi?id=94443">94443</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Compilation libva , No package 'libdrm' found
</td>
</tr>
<tr>
<th>Product</th>
<td>DRI
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86-64 (AMD64)
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (All)
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>General
</td>
</tr>
<tr>
<th>Assignee</th>
<td>dri-devel@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>swojskichlopak@wp.pl
</td>
</tr></table>
<p>
<div>
<pre>I'm trying compile libva 32bit on 64 bit system
and from ./configure command:
#---------------------------
...
configure: error: Package requirements (libdrm >= 2.4) were not met:
No package 'libdrm' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables DRM_CFLAGS
and DRM_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
#---------------------------
#------------------
$ cat /usr/lib/pkgconfig/libdrm.pc
prefix=/usr/local
exec_prefix=${prefix}
libdir=/usr/lib
includedir=/usr/include
Name: libdrm
Description: Userspace interface to kernel DRM services
Version: 2.4.66
Libs: -L${libdir} -ldrm
Cflags: -I${includedir} -I${includedir}/libdrm
#------------------
#--------
$ ls /usr/lib/*drm*
/usr/lib/libdrm_amdgpu.so@ /usr/lib/libdrm_nouveau.so.1.0.0*
/usr/lib/libdrm_amdgpu.so.1@ /usr/lib/libdrm_radeon.so@
/usr/lib/libdrm_amdgpu.so.1.0.0* /usr/lib/libdrm_radeon.so.1@
/usr/lib/libdrm_intel.so@ /usr/lib/libdrm_radeon.so.1.0.1*
/usr/lib/libdrm_intel.so.1@ /usr/lib/libdrm.so@
/usr/lib/libdrm_intel.so.1.0.0* /usr/lib/libdrm.so.2@
/usr/lib/libdrm_nouveau.so@ /usr/lib/libdrm.so.2.4.0*
/usr/lib/libdrm_nouveau.so.1@
#--------
If is something wrong with configure (I dont know)
how use DRM_CFLAGS ?
I tried
#-----------
./configure --disable-static --enable-glx \
--libdir=/usr/lib \
--bindir=/usr/bin32 \
DRM_CFLAGS=/usr/lib \
--includedir=/usr/include
#-----------
but not working.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>