diff options
author | marha <marha@users.sourceforge.net> | 2009-12-05 17:40:56 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-12-05 17:40:56 +0000 |
commit | 5c9827c199e9ecbee2602fd61fa678484c57aad1 (patch) | |
tree | f1567ef1eb76b93dec4eda2d7a67a89ea4322231 /libxcb/Makefile.am | |
parent | 263c230ab177de2e870649a955ed1c9425f64f13 (diff) | |
parent | 3e1ba549192a68801232c28a9c12defb59531654 (diff) | |
download | vcxsrv-5c9827c199e9ecbee2602fd61fa678484c57aad1.tar.gz vcxsrv-5c9827c199e9ecbee2602fd61fa678484c57aad1.tar.bz2 vcxsrv-5c9827c199e9ecbee2602fd61fa678484c57aad1.zip |
svn merge ^/branches/released
Diffstat (limited to 'libxcb/Makefile.am')
-rw-r--r-- | libxcb/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libxcb/Makefile.am b/libxcb/Makefile.am index 3a2f6f554..ff9dea1cc 100644 --- a/libxcb/Makefile.am +++ b/libxcb/Makefile.am @@ -13,6 +13,9 @@ endif if BUILD_DPMS pkgconfig_DATA += xcb-dpms.pc endif +if BUILD_DRI2 +pkgconfig_DATA += xcb-dri2.pc +endif if BUILD_GLX pkgconfig_DATA += xcb-glx.pc endif |