diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-10-13 21:03:31 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-10-13 21:03:31 +0000 |
commit | 725e329cb2aa93812e3e622a6cf2c92c0fffde9d (patch) | |
tree | 379283088cf86e0e714a6b3e3069c6a65c64ad74 | |
parent | 0a24095cd6dff3f4934c87feb34cee4f0350c07d (diff) |
Better pkgconfig-fu: -ldrm in Libs:
-rw-r--r-- | libdrm.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdrm.pc.in b/libdrm.pc.in index 7a9b04ea..6e00597e 100644 --- a/libdrm.pc.in +++ b/libdrm.pc.in @@ -6,5 +6,5 @@ includedir=@includedir@ Name: libdrm Description: Userspace interface to kernel DRM services Version: @PACKAGE_VERSION@ -Libs: -L${libdir} +Libs: -L${libdir} -ldrm Cflags: -I${includedir} -I${includedir}/drm |