[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] hlwm fails to build on vanilla-Arch (Xinerama)
- To: Florian Bruhin <me _at_ the _minus_ compiler _dot_ org>
- Subject: Re: [PATCH] hlwm fails to build on vanilla-Arch (Xinerama)
- From: Thorsten Wißmann <edu _at_ thorsten _minus_ wissmann _dot_ de>
- Date: Thu, 15 Aug 2013 12:38:47 +0200
On Tue, Aug 13, 2013 at 03:39:25PM +0200, Florian Bruhin wrote:
> * Florian Bruhin <me _at_ the _minus_ compiler _dot_ org> [2013-08-13 10:03:17 +0200]:
> > My proposed fix would be to check if Xinerama is installed in the
> > Makefile, and if not, install without Xinerama. A patch to do so is
> > attached.
>
> I just noticed we might want to use pkg-config to get the -l line when
> we're calling it anyways, so I replaced
>
> pkg-config --exists xinerama && echo -lXinerama
>
> by
>
> pkg-config --silence-errors --libs xinerama
Sounds nice.
154cfe5 Only build with Xinerama if it's available
Regards,
Thorsten