From 245d6957794648d7fd83279c680fed6e4c262147 Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Thu, 25 Mar 2010 13:34:51 +1000 Subject: Fix pkgconfig includes for /usr/include/drm --- libdrm.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdrm.pc.in b/libdrm.pc.in index b46e2a64..b218d124 100644 --- a/libdrm.pc.in +++ b/libdrm.pc.in @@ -7,4 +7,4 @@ Name: libdrm Description: Userspace interface to kernel DRM services Version: @PACKAGE_VERSION@ Libs: -L${libdir} -ldrm -Cflags: -I${includedir} -I${includedir}/libdrm +Cflags: -I${includedir} -I${includedir}/drm -I${includedir}/libdrm -- cgit v1.2.3