diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-01-10 16:29:28 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-01-10 16:29:28 +0000 |
commit | f2220079d539c7d69960672698ef8db8e39597e9 (patch) | |
tree | 5ca63dd15ab918b31b66bb33f8d914d902e216f0 /lib/libdrm/libdrm.pc.in | |
parent | 1d16daa667e01e8cff2a01d3f1702a4206859b74 (diff) |
De-autoconf libdrm.
Now that xenocara has been made clean with respect to using kernel headers
instead of those provided with libdrm, remove the copy of the headers included
here. Since it is now very simple, move it over to using standard bsd makefiles
instead of autoconf.
ok matthieu@
Diffstat (limited to 'lib/libdrm/libdrm.pc.in')
-rw-r--r-- | lib/libdrm/libdrm.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdrm/libdrm.pc.in b/lib/libdrm/libdrm.pc.in index 6e00597eb..90f6841e3 100644 --- a/lib/libdrm/libdrm.pc.in +++ b/lib/libdrm/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}/drm +Cflags: -I${includedir} -I/usr/include/dev/pci/drm |