[Libreoffice-commits] .: Branch 'feature/remote' - sd/Library_sd.mk sd/source

David Tardon dtardon at redhat.com
Mon Jul 9 23:16:44 PDT 2012


Hi,

On Mon, Jul 09, 2012 at 07:57:21AM -0700, Andrzej J.R. Hunt wrote:
> New commits:
> commit 0c81bae4481dfe02dcf58482a95d213a2f934293
> Author: Andrzej J. R. Hunt <andrzej at ahunt.org>
> Date:   Mon Jul 9 15:53:03 2012 +0100
> 
>     Replaced Unix with osl sockets. Added slideshow controller.
>     
>     Change-Id: Ic2d34d666bb748b12e51266e04706d105ab7a3be
> 
> diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
> index 9a31f20..98c083d 100644
> --- a/sd/Library_sd.mk
> +++ b/sd/Library_sd.mk
> @@ -63,6 +63,7 @@ $(eval $(call gb_Library_set_include,sd,\
>      -I$(SRCDIR)/sd/source/ui/inc \
>      -I$(SRCDIR)/sd/source/ui/slidesorter/inc \
>      -I$(WORKDIR)/SdiTarget/sd/sdi \
> +    $(shell pkg-config --cflags json-glib-1.0) \

Please do not call pkg-config from makefiles. That is what configure is
for.

D.


More information about the LibreOffice mailing list