Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.travis.yml: Add a missing dependency #963

Merged
merged 1 commit into from
Aug 15, 2016
Merged

.travis.yml: Add a missing dependency #963

merged 1 commit into from
Aug 15, 2016

Conversation

dshcherb
Copy link
Contributor

@dshcherb dshcherb commented Aug 13, 2016

libwebkit2gtk-3.0-dev is required to build Remmina on trusty via

cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_SSE2=ON --build=build <src_dir>

Signed-off-by: Dmitrii Shcherbakov <fw.dmitrii at gmail.com>

libwebkit2gtk-3.0-dev is required to build Remmina on trusty via

cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_SSE2=ON --build=build <src_dir>

Signed-off-by: Dmitrii Shcherbakov <fw.dmitrii@gmail.com>
@dshcherb
Copy link
Contributor Author

Couldn't get it working without the missing dependency on a clean trusty container:

cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_SSE2=ON -DWITH_APPINDICATOR=OFF --build=build ..
-- The C compiler identification is GNU 4.8.4
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
...
-- checking for modules 'avahi-ui-gtk3>=0.6.30;avahi-client>=0.6.30'
-- found avahi-ui-gtk3, version 0.6.31
-- found avahi-client, version 0.6.31
-- Found AVAHI: TRUE
-- Enabling Survey.
-- checking for one of the modules 'webkit2gtk-4.0;webkit2gtk-3.0'
CMake Error at remmina/CMakeLists.txt:124 (message):
Either webkit2gtk-4.0 or webkit2gtk-3.0 is required

@nastasi
Copy link
Contributor

nastasi commented Aug 14, 2016

LGTM

@antenore antenore merged commit 86c065f into FreeRDP:next Aug 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants