From: Emmanuele Bassi Date: Fri, 24 Jun 2011 18:22:22 +0000 (+0100) Subject: build: Create and install clutter-glx pkg-config file X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=478014041b14ecaa4e9f0d4302d26ccc31a66131;p=profile%2Fivi%2Fclutter.git build: Create and install clutter-glx pkg-config file For backward compatibility. --- 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