diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-04-23 20:21:31 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2008-04-23 20:33:07 -0400 |
commit | 82f981d1bda43fc3b3c8712be578c6d26e3245a5 (patch) | |
tree | a44ad5a011d9ddfce0e6658bacb47403acb3c997 | |
parent | 7820273c4b00209d5ace8cbfdb1400728e15c158 (diff) |
Add the python install dir to xcb-xproto.pc.
-rw-r--r-- | xcb-proto.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xcb-proto.pc.in b/xcb-proto.pc.in index 08977f9..6cbcf27 100644 --- a/xcb-proto.pc.in +++ b/xcb-proto.pc.in @@ -2,6 +2,7 @@ prefix=@prefix@ datarootdir=@datarootdir@ datadir=@datadir@ xcbincludedir=@xcbincludedir@ +pythondir=@pythondir@ Name: XCB Proto Description: X protocol descriptions for XCB |