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

Collapse All | Expand All

(-)a/libqtf/CMakeLists.txt (-1 / +1 lines)
Lines 3-9 Link Here
3
# in their public headers instead of doing forward declarations.
3
# in their public headers instead of doing forward declarations.
4
find_package(PkgConfig REQUIRED)
4
find_package(PkgConfig REQUIRED)
5
pkg_check_modules(TP_FARSTREAM REQUIRED telepathy-farstream)
5
pkg_check_modules(TP_FARSTREAM REQUIRED telepathy-farstream)
6
pkg_check_modules(FARSTREAM REQUIRED farstream-0.1)
6
pkg_check_modules(FARSTREAM REQUIRED farstream-0.2)
7
7
8
include_directories(
8
include_directories(
9
    ${CMAKE_CURRENT_BINARY_DIR}
9
    ${CMAKE_CURRENT_BINARY_DIR}

Return to bug 449742