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

[cmake] Add missing dependencies to libcpluff #9611

Merged
merged 1 commit into from
Apr 12, 2016

Conversation

fetzerch
Copy link
Member

Some more missing add_dependencies(target libcpluff) lines were
missing. Fixes errors like the following when doing parallel build:

In file included from xbmc/addons/AddonManager.h:33:0,
from xbmc/ServiceManager.h:23,
from xbmc/Application.h:30,
from xbmc/windowing/X11/WinSystemX11GLContext.cpp:36
lib/cpluff/libcpluff/cpluff.h:44:23:
fatal error: cpluffdef.h: No such file or directory

Some more missing add_dependencies(target libcpluff) lines were
missing. Fixes errors like the following when doing parallel build:

In file included from xbmc/addons/AddonManager.h:33:0,
                 from xbmc/ServiceManager.h:23,
                 from xbmc/Application.h:30,
                 from xbmc/windowing/X11/WinSystemX11GLContext.cpp:36
lib/cpluff/libcpluff/cpluff.h:44:23:
fatal error: cpluffdef.h: No such file or directory
@fetzerch fetzerch added Type: Fix non-breaking change which fixes an issue v17 Krypton CMake labels Apr 12, 2016
@fetzerch fetzerch added this to the Krypton 17.0-alpha1 milestone Apr 12, 2016
@fetzerch fetzerch merged commit 918b971 into xbmc:master Apr 12, 2016
@fetzerch fetzerch deleted the cmake_dependencies branch April 12, 2016 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake Type: Fix non-breaking change which fixes an issue v17 Krypton
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant