From d0b615d4bb586e27fad18b4783038276642f482e Mon Sep 17 00:00:00 2001 From: tilman Date: Sun, 6 May 2007 15:49:00 +0000 Subject: [PATCH] fixed dependencies for ecore-x SVN revision: 29886 --- legacy/ecore/ecore-x.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/ecore/ecore-x.pc.in b/legacy/ecore/ecore-x.pc.in index 685e2767c5..e134720128 100644 --- a/legacy/ecore/ecore-x.pc.in +++ b/legacy/ecore/ecore-x.pc.in @@ -5,8 +5,8 @@ includedir=@includedir@ Name: ecore-x Description: E core library, X module -Requires: ecore-txt @requirements_ecore_x@ +Requires: @requirements_ecore_x@ Version: @VERSION@ Libs: -L${libdir} -lecore_x -Libs.private: @x_libs@ @Xcursor_libs@ @XRENDER_LIBS@ @XPRINT_LIBS@ @XINERAMA_LIBS@ @XRANDR_LIBS@ @XFIXES_LIBS@ @XDAMAGE_LIBS@ @XSS_LIBS@ +Libs.private: @x_libs@ @Xcursor_libs@ @XRENDER_LIBS@ @XPRINT_LIBS@ @XINERAMA_LIBS@ @XRANDR_LIBS@ @XFIXES_LIBS@ @XDAMAGE_LIBS@ @XSS_LIBS@ @ecore_txt_libs@ Cflags: -I${includedir} @have_ecore_x_xcb_define@