Re: [PATCH] tests: Use pkg-config to find setbacklight CFLAGS and libs

2012-07-25 Thread Kristian Høgsberg
On Wed, Jul 25, 2012 at 02:51:09PM +0100, Damien Lespiau wrote: > From: Damien Lespiau > > setbacklight depends on udev and drm, one cannot just add the -l flags > if you want to support unusual install paths. Thanks Damien, applied and pushed. Kristian > --- > configure.ac |1 + > t

[PATCH] tests: Use pkg-config to find setbacklight CFLAGS and libs

2012-07-25 Thread Damien Lespiau
From: Damien Lespiau setbacklight depends on udev and drm, one cannot just add the -l flags if you want to support unusual install paths. --- configure.ac |1 + tests/Makefile.am |3 ++- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index