Revert "Fix pkgconfig includes for /usr/include/drm"
This reverts commit 245d695779
.
libdrm now install headers in ${includedir}/libdrm and /usr/include/drm
is reserved for the kernel headers. We should only ever add one of these
to the CFLAGS.
main
parent
204c76c4d6
commit
894c86e840
|
@ -7,4 +7,4 @@ Name: libdrm
|
||||||
Description: Userspace interface to kernel DRM services
|
Description: Userspace interface to kernel DRM services
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Libs: -L${libdir} -ldrm
|
Libs: -L${libdir} -ldrm
|
||||||
Cflags: -I${includedir} -I${includedir}/drm -I${includedir}/libdrm
|
Cflags: -I${includedir} -I${includedir}/libdrm
|
||||||
|
|
Loading…
Reference in New Issue