Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 243160 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac.old (-2 / +6 lines)
Lines 102-109 Link Here
102
            [use_gucharmap=yes])
102
            [use_gucharmap=yes])
103
if test x"$use_gucharmap" = "xyes"; then
103
if test x"$use_gucharmap" = "xyes"; then
104
  # Checks for gucharmap
104
  # Checks for gucharmap
105
  PKG_CHECK_MODULES(GUCHARMAP, [gucharmap >= 1.4.0])
105
  PKG_CHECK_MODULES(GUCHARMAP, [gucharmap-2 >= 1.4.0], [
106
  TOMOE_GTK_REQUIRED_LIBS="tomoe >= 0.4.0 gtk+-2.0 >= 2.4.0 gucharmap >= 1.4.0"
106
      TOMOE_GTK_REQUIRED_LIBS="tomoe >= 0.4.0 gtk+-2.0 >= 2.4.0 gucharmap-2 >= 1.4.0"
107
    ],[
108
      PKG_CHECK_MODULES(GUCHARMAP, [gucharmap >= 1.4.0], [
109
          TOMOE_GTK_REQUIRED_LIBS="tomoe >= 0.4.0 gtk+-2.0 >= 2.4.0 gucharmap >= 1.4.0"])
110
    ])
107
else
111
else
108
  TOMOE_GTK_REQUIRED_LIBS="tomoe >= 0.4.0 gtk+-2.0 >= 2.4.0"
112
  TOMOE_GTK_REQUIRED_LIBS="tomoe >= 0.4.0 gtk+-2.0 >= 2.4.0"
109
fi
113
fi

Return to bug 243160