mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
Install manpages and XDG files on OpenBSD and FreeBSD.
This commit is contained in:
parent
4b9173ca62
commit
fb1627a696
@ -999,10 +999,10 @@ add_subdirectory(Source)
|
|||||||
if(NOT APPLE)
|
if(NOT APPLE)
|
||||||
install(DIRECTORY Data/Sys/ DESTINATION ${datadir}/sys PATTERN)
|
install(DIRECTORY Data/Sys/ DESTINATION ${datadir}/sys PATTERN)
|
||||||
endif()
|
endif()
|
||||||
if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|Darwin")
|
if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|OpenBSD|Darwin")
|
||||||
install(FILES Data/license.txt DESTINATION ${datadir})
|
install(FILES Data/license.txt DESTINATION ${datadir})
|
||||||
endif()
|
endif()
|
||||||
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
|
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|OpenBSD")
|
||||||
# Install the application icon and menu item
|
# Install the application icon and menu item
|
||||||
install(FILES Data/dolphin-emu.svg
|
install(FILES Data/dolphin-emu.svg
|
||||||
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/scalable/apps)
|
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/scalable/apps)
|
||||||
|
Loading…
Reference in New Issue
Block a user