diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-06-10 22:38:47 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-06-10 22:38:47 +0000 |
commit | 139215564ee6e63101858b9481f3413361a6d4a7 (patch) | |
tree | 83208d4db0fd823b720ebf8ec3243b10da966887 /xxf86dga.pc.in | |
parent | 177b9f5cb3c9108d9547731721efb8cd6064b753 (diff) |
Apply patch from Jeff Smith (whydoubt@yahoo.com):
- Add file linking for Xxf86misc, Xxf86dga, and Xxf86vm.
- Check in build system for Xxf86misc, Xxf86dga, and Xxf86vm.
Diffstat (limited to 'xxf86dga.pc.in')
-rw-r--r-- | xxf86dga.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/xxf86dga.pc.in b/xxf86dga.pc.in new file mode 100644 index 0000000..f09aeb3 --- /dev/null +++ b/xxf86dga.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Xxf86dga +Description: XFree86 Direct Graphics Access Extension Library +Version: @VERSION@ +Cflags: -I${includedir} @XXF86DGA_CFLAGS@ +Libs: -L${libdir} -lXxf86dga @XXF86DGA_LIBS@ |