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

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- utils/vpiano/CMakeLists.txt
0
++ utils/vpiano/CMakeLists.txt
Lines 1-3 Link Here
1
find_package(X11 REQUIRED)
2
1
SET(vpiano_forms_SRCS
3
SET(vpiano_forms_SRCS
2
    vpianoabout.ui
4
    vpianoabout.ui
3
    connections.ui
5
    connections.ui
Lines 52-58 Link Here
52
TARGET_LINK_LIBRARIES(drumstick-vpiano
54
TARGET_LINK_LIBRARIES(drumstick-vpiano
53
    ${QT_LIBRARIES} 
55
    ${QT_LIBRARIES} 
54
    ${ALSA_LIBS} 
56
    ${ALSA_LIBS} 
55
    ${QT_X11_X11_LIBRARY}
57
    ${X11_X11_LIB}
56
    drumstick-common
58
    drumstick-common
57
    drumstick-alsa
59
    drumstick-alsa
58
)
60
)

Return to bug 367855