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

Collapse All | Expand All

(-)lts-1.02/libfhi_scons.py (-3 / +3 lines)
Lines 927-933 Link Here
927
	obligatory)
927
	obligatory)
928
928
929
  # Find VHO API.
929
  # Find VHO API.
930
  # @param cmp Minimum version.
930
  # @param cmp Minimum version.wx
931
  # @param define If set, define this on success.
931
  # @param define If set, define this on success.
932
  # @param obligatory If true, exit on error.
932
  # @param obligatory If true, exit on error.
933
  # @return True on success, false on error.
933
  # @return True on success, false on error.
Lines 942-949 Link Here
942
  # @param obligatory If true, exit on error.
942
  # @param obligatory If true, exit on error.
943
  # @return True on success, false on error.
943
  # @return True on success, false on error.
944
  def find_wxwidgets(self, cmp,  define = '', obligatory = True):
944
  def find_wxwidgets(self, cmp,  define = '', obligatory = True):
945
    return self.find_compare('wx-config --version',
945
    return self.find_compare('wx-config-2.6 --version',
946
	'wx-config --cflags --libs', 'wxWidgets', cmp, define,
946
	'wx-config-2.6 --cflags --libs', 'wxWidgets', cmp, define,
947
	obligatory)
947
	obligatory)
948
948
949
##############################################################################
949
##############################################################################

Return to bug 186210