diff options
author | Kevin E Martin <kem@redhat.com> | 2005-11-19 07:15:38 +0000 |
---|---|---|
committer | Kevin E Martin <kem@redhat.com> | 2005-11-19 07:15:38 +0000 |
commit | e62939e30e664592085ce394680fd8e7f3d31339 (patch) | |
tree | f7a6393fa8ae7753a868d8532d753cb7ed83b103 | |
parent | 08f03e4237ce9a54f0dffa37307af402b0bd2e55 (diff) |
Update pkgconfig files to separate library build-time dependencies
from application build-time dependencies, and update package deps
to work with separate build roots.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * configure.ac: + Update dependencies to work with separate build roots. + 2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org> * configure.ac: diff --git a/configure.ac b/configure.ac index 3bbd88f1..a468cc7f 100644 --- a/configure.ac +++ b/configure.ac @@ -55,6 +55,8 @@ AC_ARG_ENABLE(dri, AC_HELP_STRING([--disable-dri], # Checks for extensions XORG_DRIVER_CHECK_EXT(RANDR, randrproto) XORG_DRIVER_CHECK_EXT(RENDER, renderproto) +XORG_DRIVER_CHECK_EXT(XF86DRI, xextproto x11) +XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto) # Checks for pkg-config packages PKG_CHECK_MODULES(XORG, [xorg-server xproto xvmc fontsproto $REQUIRED_MODULES]) |