[PATCH app-xkbutils 4/4] config: update directs dependencies for xkbvleds and xkbwatch
Alan Coopersmith
alan.coopersmith at oracle.com
Sun Aug 8 09:14:29 PDT 2010
Gaetan Nadon wrote:
> Depends on xproto through the inclusion of X.h.
> Depends on x11 through the inclusion of Xlib.h.
> Depends on Xaw through the inclusion of XawInit.h
> Depends on Xt through the inclusion of IntrinsicP.h
>
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
> ---
> configure.ac | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index e45f6b6..7cbb4b3 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -39,8 +39,8 @@ AM_PROG_CC_C_O
> AC_PROG_INSTALL
>
> # Obtain compiler/linker options from depedencies
> -PKG_CHECK_MODULES(XKBVLEDS, xaw7)
> +PKG_CHECK_MODULES(XKBVLEDS, xproto xaw7 xt x11)
> PKG_CHECK_MODULES(XKBBELL, xproto inputproto x11)
> -PKG_CHECK_MODULES(XKBWATCH, xaw7)
> +PKG_CHECK_MODULES(XKBWATCH, xproto xaw7 xt x11)
>
> AC_OUTPUT([Makefile])
Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
--
-Alan Coopersmith- alan.coopersmith at oracle.com
Oracle Solaris Platform Engineering: X Window System
More information about the xorg-devel
mailing list