File: meson.build

package info (click to toggle)
gkrellm 2.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,608 kB
  • sloc: ansic: 54,505; makefile: 640; sh: 244; xml: 49
file content (14 lines) | stat: -rw-r--r-- 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-FileCopyrightText: 2025 Stefan Gehn <stefan+gkrellm@srcbox.net>
# SPDX-License-Identifier: CC0-1.0

if get_option('build-client')
  if host_machine.system() != 'windows'
    install_man('gkrellm.1')
  endif
endif

if get_option('build-server')
  if host_machine.system() != 'windows'
    install_man('gkrellmd.1')
  endif
endif