Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
KDE Workspace
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Unmaintained
KDE Workspace
Commits
5250a627
Commit
5250a627
authored
12 years ago
by
Christophe Giboudeaux
Browse files
Options
Downloads
Patches
Plain Diff
Fix include
parent
dc979959
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kwin/libkwineffects/CMakeLists.txt
+1
-1
1 addition, 1 deletion
kwin/libkwineffects/CMakeLists.txt
with
1 addition
and
1 deletion
kwin/libkwineffects/CMakeLists.txt
+
1
−
1
View file @
5250a627
...
...
@@ -34,7 +34,7 @@ set(kwin_GLUTILSLIB_SRCS
macro
(
KWIN4_ADD_GLUTILS_BACKEND name glinclude
)
include_directories
(
${
glinclude
}
)
if
(
OPENGL_EGL_FOUND
)
include_directories
(
OPENGLES_EGL_INCLUDE_DIR
)
include_directories
(
${
OPENGLES_EGL_INCLUDE_DIR
}
)
endif
(
OPENGL_EGL_FOUND
)
kde4_add_library
(
${
name
}
SHARED
${
kwin_GLUTILSLIB_SRCS
}
)
target_link_libraries
(
${
name
}
${
KDE4_KDEUI_LIBS
}
${
QT_QTGUI_LIBRARY
}
${
X11_LIBRARIES
}
kwineffects
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment