* fixed dependencies of fcl-xml, the logic was inverted in r12594

git-svn-id: trunk@12595 -
This commit is contained in:
Vincent Snijders 2009-01-25 20:26:21 +00:00
parent d8574f1361
commit 9f9c01cef8
2 changed files with 2 additions and 2 deletions

View File

@ -8501,7 +8501,7 @@ librsvg_shared: gtk2_shared
librsvg_smart: gtk2_smart
librsvg_debug: gtk2_debug
librsvg_release: gtk2_release
ifneq ($(findstring $(OS_TARGET),win32 win64),)
ifeq ($(findstring $(OS_TARGET),win32 win64),)
fcl-xml_all: iconvenc_all
fcl-xml_shared: iconvenc_shared
fcl-xml_smart: iconvenc_smart

View File

@ -311,7 +311,7 @@ librsvg_smart: gtk2_smart
librsvg_debug: gtk2_debug
librsvg_release: gtk2_release
ifneq ($(findstring $(OS_TARGET),win32 win64),)
ifeq ($(findstring $(OS_TARGET),win32 win64),)
fcl-xml_all: iconvenc_all
fcl-xml_shared: iconvenc_shared
fcl-xml_smart: iconvenc_smart