diff options
author | Keith Packard <keithp@keithp.com> | 2013-04-09 21:38:37 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-04-09 21:39:54 -0700 |
commit | 92135eefc5d452f8d4f1921a778af238e6b5d1a5 (patch) | |
tree | b2fd7e89ddd9a46952c9a9c3bf4cf4f8259ea995 /dri3proto.pc.in | |
parent | 9ab4a811fe9174cad10854da626102a64a0d5ece (diff) |
Initial DRI3 protocol headers
Just getting started
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'dri3proto.pc.in')
-rw-r--r-- | dri3proto.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dri3proto.pc.in b/dri3proto.pc.in new file mode 100644 index 0000000..be8c7c6 --- /dev/null +++ b/dri3proto.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: DRI3Proto +Description: DRI3 extension headers +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} |