diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-12-18 18:21:55 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-12-18 18:21:55 -0500 |
commit | f62502e78d5805807cce521c729dc76d5296d80f (patch) | |
tree | e3f536231da0447a51403888496f5feb2a457b15 /CMakeLists.txt | |
parent | b9f14cee413d79d9071e0f63e0208dbf1d6d15f2 (diff) |
Drop sway-xorg.desktop
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 576b875d..2a9ffde9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,8 +71,3 @@ install( DESTINATION share/wayland-sessions COMPONENT data ) -install( - FILES ${CMAKE_CURRENT_SOURCE_DIR}/sway-xorg.desktop - DESTINATION share/xsessions - COMPONENT data -) |