On Tue, 29 May 2012 12:05:58 +0300 Pekka Paalanen <[email protected]> wrote:
> Required for building apps against wayland libraries that have not been > installed. > > Signed-off-by: Pekka Paalanen <[email protected]> > --- > configure.ac | 2 ++ > src/wayland-client-uninstalled.pc.in | 8 ++++++++ > src/wayland-server-uninstalled.pc.in | 8 ++++++++ > 3 files changed, 18 insertions(+), 0 deletions(-) > create mode 100644 src/wayland-client-uninstalled.pc.in > create mode 100644 src/wayland-server-uninstalled.pc.in > > diff --git a/configure.ac b/configure.ac > index ebbcd49..e668594 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -83,6 +83,8 @@ AC_CONFIG_FILES([Makefile > doc/Makefile > doc/Wayland/Makefile > src/Makefile > + src/wayland-server-uninstalled.pc > + src/wayland-client-uninstalled.pc > src/wayland-server.pc > src/wayland-client.pc > src/wayland-version.h > diff --git a/src/wayland-client-uninstalled.pc.in > b/src/wayland-client-uninstalled.pc.in > new file mode 100644 > index 0000000..559a7e1 > --- /dev/null > +++ b/src/wayland-client-uninstalled.pc.in > @@ -0,0 +1,8 @@ > +libdir=@abs_top_srcdir@/src/.libs > +includedir=@abs_top_srcdir@/src > + > +Name: Wayland Client > +Description: Wayland client side library (not installed) > +Version: @PACKAGE_VERSION@ > +Cflags: -I${includedir} > +Libs: -L${libdir} -lwayland-client > diff --git a/src/wayland-server-uninstalled.pc.in > b/src/wayland-server-uninstalled.pc.in > new file mode 100644 > index 0000000..a113ad6 > --- /dev/null > +++ b/src/wayland-server-uninstalled.pc.in > @@ -0,0 +1,8 @@ > +libdir=@abs_top_srcdir@/src/.libs > +includedir=@abs_top_srcdir@/src > + > +Name: Wayland Server > +Description: Server side implementation of the Wayland protocol (not > installed) > +Version: @PACKAGE_VERSION@ > +Cflags: -I${includedir} > +Libs: -L${libdir} -lwayland-server Sorry, screw that. I'm going to fix the dirs and re-submit along with some other patches. The above version wouldn't work for out-of-tree builds. Thanks, pq _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
