diff options
author | marha <marha@users.sourceforge.net> | 2009-12-05 16:27:40 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-12-05 16:27:40 +0000 |
commit | 3e1ba549192a68801232c28a9c12defb59531654 (patch) | |
tree | c6b71df329b309ea33a71474e0e088c50306114a /libxcb/Makefile.am | |
parent | 57d9bcf864f9cb9f664db5ebe3ea3933aae3c96f (diff) | |
download | vcxsrv-3e1ba549192a68801232c28a9c12defb59531654.tar.gz vcxsrv-3e1ba549192a68801232c28a9c12defb59531654.tar.bz2 vcxsrv-3e1ba549192a68801232c28a9c12defb59531654.zip |
Updated to libxcb-1.5
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 |