Browse Source

Remove redundant icon installation

This is already done by vncviewer, so we don't need any rule here.
tags/v1.12.90
Pierre Ossman 2 years ago
parent
commit
28fcd03d7b
1 changed files with 0 additions and 10 deletions
  1. 0
    10
      media/CMakeLists.txt

+ 0
- 10
media/CMakeLists.txt View File

@@ -9,16 +9,6 @@ find_program(CONVERT_EXECUTABLE convert)

if(CONVERT_EXECUTABLE)
add_custom_target(icons DEPENDS ${ICON_FILES})

if(UNIX AND NOT APPLE)
foreach(SIZE 16 22 24 32 48)
install(FILES icons/tigervnc_${SIZE}.png
DESTINATION ${CMAKE_INSTALL_FULL_DATADIR}/icons/hicolor/${SIZE}x${SIZE}/apps
RENAME tigervnc.png)
endforeach()
install(FILES icons/tigervnc.svg
DESTINATION ${CMAKE_INSTALL_FULL_DATADIR}/icons/hicolor/scalable/apps)
endif()
endif()

add_custom_command(OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/icons/tigervnc_16.png

Loading…
Cancel
Save