Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 370785
Collapse All | Expand All

(-)./steadyflow-0.1.7/cmake/FindVala.cmake.old (-1 / +1 lines)
Lines 45-51 Link Here
45
45
46
# Search for the valac executable in the usual system paths.
46
# Search for the valac executable in the usual system paths.
47
find_program(VALA_EXECUTABLE
47
find_program(VALA_EXECUTABLE
48
  NAMES valac)
48
  NAMES valac valac-0.12)
49
49
50
# Handle the QUIETLY and REQUIRED arguments, which may be given to the find call.
50
# Handle the QUIETLY and REQUIRED arguments, which may be given to the find call.
51
# Furthermore set VALA_FOUND to TRUE if Vala has been found (aka.
51
# Furthermore set VALA_FOUND to TRUE if Vala has been found (aka.

Return to bug 370785