[clutter] build: Create and install clutter-glx pkg-config file



commit 478014041b14ecaa4e9f0d4302d26ccc31a66131
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Fri Jun 24 19:22:22 2011 +0100

    build: Create and install clutter-glx pkg-config file
    
    For backward compatibility.

 clutter/Makefile.am |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/clutter/Makefile.am b/clutter/Makefile.am
index fa5cd63..946a5d5 100644
--- a/clutter/Makefile.am
+++ b/clutter/Makefile.am
@@ -380,6 +380,11 @@ glx_source_h = $(srcdir)/cogl/clutter-glx-texture-pixmap.h \
 	       $(srcdir)/cogl/clutter-glx.h
 clutterglx_includedir = $(clutter_includedir)/glx
 clutterglx_include_HEADERS = $(glx_source_h)
+
+clutter-glx-$(CLUTTER_API_VERSION).pc: clutter-$(CLUTTER_API_VERSION).pc
+	$(QUIET_GEN)cp -f $< $(@F)
+
+pc_files += clutter-glx-$(CLUTTER_API_VERSION).pc
 endif
 
 if SUPPORT_GLX



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]