Re: [gtkmm] pkg-config
- From: Denis Leroy <denisleroy yahoo com>
- To: gamehack <gamehack gmail com>, gtkmm-list gnome org
- Cc:
- Subject: Re: [gtkmm] pkg-config
- Date: Sun, 26 Sep 2004 12:04:12 -0700 (PDT)
Here's how we use it in cdrdao's configure.ac :
if test "$xdao" = yes; then
en_xdao=yes
PKG_CHECK_MODULES(SIGCPP2, sigc++-2.0 >= 2.0.0,[],
[echo "Building of gcdmaster disabled"; en_xdao=no])
PKG_CHECK_MODULES(GTKMM2, gtkmm-2.4 >= 2.4.0,[],
[echo "Building of gcdmaster disabled"; en_xdao=no])
PKG_CHECK_MODULES(LIBGUIMM2, libgnomemm-2.6 >= 2.6.0,[],
[echo "Building of gcdmaster disabled"; en_xdao=no])
PKG_CHECK_MODULES(LIBGUIMM2, libgnomeuimm-2.6 >= 2.6.0,[],
[echo "Building of gcdmaster disabled"; en_xdao=no])
fi
--- gamehack <gamehack gmail com> wrote:
> Hello all,
>
> Because I'm a beginner, I wanted to look for all possible switches
> for
> this statement in a configure.ac: PKG_CHECK_MODULES :) I want to see
> how to use it to detect whether gtkmm is present and sigc++.
>
> Thanks in advance
>
> Cheers,
> gamehack
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]