Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
3a203f81
Commit
3a203f81
authored
Oct 11, 2010
by
Rohit Yadav
Browse files
CMake: Add libvlc pkg to pkg dependency.
parent
b015bd29
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
3a203f81
...
...
@@ -266,8 +266,7 @@ ELSE(WIN32 AND NOT UNIX)
#SET(CPACK_SOURCE_STRIP_FILES "")
ENDIF
(
WIN32 AND NOT UNIX
)
# TODO: Check stuff: libvlc2 etc. in future as VLC 1.1+ releases
SET
(
PACKAGE_REQUIRES
"libqt4-gui ( >= 4.6 ), libqt4-network ( >= 4.6 ), libqt4-svg ( >= 4.6 ), libqt4-xml ( >= 4.6 ), frei0r-plugins-dev"
)
SET
(
PACKAGE_REQUIRES
"libvlc-dev ( >= 1.1.4 ), frei0r-plugins-dev, libqt4-gui ( >= 4.6 ), libqt4-network ( >= 4.6 ), libqt4-svg ( >= 4.6 ), libqt4-xml ( >= 4.6 )"
)
# RPM packages
INCLUDE
(
${
CMAKE_MODULE_PATH
}
/RpmBuild.cmake
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment