forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-plasma/plasma-workspace: Drop unused libXcomposite DEPEND
Reported-by: awilfox (irc) Package-Manager: portage-2.2.28
- Loading branch information
Showing
4 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
kde-plasma/plasma-workspace/files/plasma-workspace-5.6.5.1-unused-dep.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
commit a29bcad4fe0af53c0d8661cbd17eeb57b004342d | ||
Author: Andreas Sturmlechner <[email protected]> | ||
Date: Wed Aug 17 18:02:19 2016 +0200 | ||
|
||
libtaskmanager: Drop unused X11_Xcomposite | ||
|
||
diff --git a/libtaskmanager/CMakeLists.txt b/libtaskmanager/CMakeLists.txt | ||
index 4f81330..8333d61 100644 | ||
--- a/libtaskmanager/CMakeLists.txt | ||
+++ b/libtaskmanager/CMakeLists.txt | ||
@@ -65,9 +65,6 @@ if (X11_FOUND) | ||
if (X11_Xrender_FOUND) | ||
target_link_libraries(taskmanager PRIVATE ${X11_Xrender_LIB}) | ||
endif () | ||
- if (X11_Xcomposite_FOUND) | ||
- target_link_libraries(taskmanager PRIVATE ${X11_Xcomposite_LIB}) | ||
- endif () | ||
endif() | ||
|
||
set_target_properties(taskmanager PROPERTIES |
20 changes: 20 additions & 0 deletions
20
kde-plasma/plasma-workspace/files/plasma-workspace-5.7.3-unused-dep.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
commit 1cc82e71749a907f9345a9b969d3d1e124ed9753 | ||
Author: Andreas Sturmlechner <[email protected]> | ||
Date: Wed Aug 17 17:58:17 2016 +0200 | ||
|
||
liblegacytaskmanager: Drop unused X11_Xcomposite | ||
|
||
diff --git a/liblegacytaskmanager/CMakeLists.txt b/liblegacytaskmanager/CMakeLists.txt | ||
index dab11b3..f13880b 100644 | ||
--- a/liblegacytaskmanager/CMakeLists.txt | ||
+++ b/liblegacytaskmanager/CMakeLists.txt | ||
@@ -65,9 +65,6 @@ if (X11_FOUND) | ||
if (X11_Xrender_FOUND) | ||
target_link_libraries(legacytaskmanager PRIVATE ${X11_Xrender_LIB}) | ||
endif () | ||
- if (X11_Xcomposite_FOUND) | ||
- target_link_libraries(legacytaskmanager PRIVATE ${X11_Xcomposite_LIB}) | ||
- endif () | ||
endif() | ||
|
||
set_target_properties(legacytaskmanager PROPERTIES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters