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

remmina: Actually install its headers. #428

Merged
merged 1 commit into from
Jan 2, 2015
Merged

remmina: Actually install its headers. #428

merged 1 commit into from
Jan 2, 2015

Conversation

rakuco
Copy link
Contributor

@rakuco rakuco commented Dec 31, 2014

The installation of the headers in remmina/include/remmina has been
broken ever since Remmina moved away from autotools, as the path
specified in the call to install() did not exist.

Move the install() call to remmina/ so that it works, and add a trailing
/ to the path so that we do not end up with $CMAKE_INSTALL_PREFIX/include/remmina/remmina.

The installation of the headers in remmina/include/remmina has been
broken ever since Remmina moved away from autotools, as the path
specified in the call to install() did not exist.

Move the install() call to remmina/ so that it works, and add a trailing
/ to the path so that we do not end up with
$CMAKE_INSTALL_PREFIX/include/remmina/remmina.
uqs pushed a commit to freebsd/freebsd-ports that referenced this pull request Dec 31, 2014
A fix has been submitted to FreeRDP/Remmina#428.

While a proper decision is not made there, just patch the code to stop
calling INSTALL(DIRECTORY ...) with a path that does not exist. Until CMake
3.1.0, this would end up creating an empty directory (hence the @dir entry
in the plist). The behavior has changed in 3.1.0, and we were getting build
errors because we were referring to a directory that did not exist in the
plist.


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@375903 35697150-7ecd-e111-bb59-0022644237b5
uqs pushed a commit to freebsd/freebsd-ports that referenced this pull request Dec 31, 2014
A fix has been submitted to FreeRDP/Remmina#428.

While a proper decision is not made there, just patch the code to stop
calling INSTALL(DIRECTORY ...) with a path that does not exist. Until CMake
3.1.0, this would end up creating an empty directory (hence the @dir entry
in the plist). The behavior has changed in 3.1.0, and we were getting build
errors because we were referring to a directory that did not exist in the
plist.
@muflone
Copy link
Contributor

muflone commented Jan 2, 2015

@giox069 the two include files are indeed needed for plugin development.
My own plugins use them as I keep a local copy of both plugin.h and types.h in a separated project.

I'm for the merge, no side effects and included files are really needed for thirdy part plugin development.

muflone added a commit that referenced this pull request Jan 2, 2015
remmina: Actually install its headers.
@muflone muflone merged commit 0531ab2 into FreeRDP:master Jan 2, 2015
@muflone
Copy link
Contributor

muflone commented Jan 2, 2015

Committed on both master and next branches, thank you @rakuco

jbicha pushed a commit to jbicha/Remmina that referenced this pull request Jun 12, 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.

2 participants