From a4f86fe1dd4289023a5da662de4de0f5bb23aeba Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 31 Dec 2007 07:55:23 +0000 Subject: Switch to using pkgconfig to detect libGL. Since we use recent features added to Mesa, there's no point in adding a ... Original commit message from CVS: * configure.ac: * sys/glsink/Makefile.am: Switch to using pkgconfig to detect libGL. Since we use recent features added to Mesa, there's no point in adding a check for pre-pkgconfig versions. --- sys/glsink/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/glsink/Makefile.am b/sys/glsink/Makefile.am index 6cb9dd10..1929e45e 100644 --- a/sys/glsink/Makefile.am +++ b/sys/glsink/Makefile.am @@ -20,8 +20,8 @@ libgstglimagesink_la_SOURCES = \ gstglfilterexample.c \ gstglconvert.c libgstglimagesink_la_CFLAGS = $(GST_CFLAGS) $(X_CFLAGS) $(GST_BASE_CFLAGS) \ - $(GST_PLUGINS_BASE_CFLAGS) -libgstglimagesink_la_LIBADD = $(X_LIBS) $(XSHM_LIBS) -lGL \ + $(GST_PLUGINS_BASE_CFLAGS) $(GL_CFLAGS) +libgstglimagesink_la_LIBADD = $(GL_LIBS) \ $(GST_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \ $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR) libgstglimagesink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -- cgit v1.2.1