summaryrefslogtreecommitdiffstats
path: root/kcontrol/CMakeLists.txt
diff options
context:
space:
mode:
authorOBATA Akio <obache@wizdas.com>2022-01-15 18:02:24 +0900
committerOBATA Akio <obache@wizdas.com>2022-01-16 11:39:55 +0900
commit5a573b7c95216a642cd5887d602d8188eb79461d (patch)
tree046f9981580d6df40d3752ccb0dbea84af10fb7a /kcontrol/CMakeLists.txt
parent2a0d89056aa1bf5f52be28d59fa705e140876d56 (diff)
downloadtdebase-5a573b7c95216a642cd5887d602d8188eb79461d.tar.gz
tdebase-5a573b7c95216a642cd5887d602d8188eb79461d.zip
kcontrol/usview: fix up "Revive NetBSD support"
Signed-off-by: OBATA Akio <obache@wizdas.com>
Diffstat (limited to 'kcontrol/CMakeLists.txt')
-rw-r--r--kcontrol/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/CMakeLists.txt b/kcontrol/CMakeLists.txt
index d45828d10..724903b5c 100644
--- a/kcontrol/CMakeLists.txt
+++ b/kcontrol/CMakeLists.txt
@@ -76,7 +76,7 @@ if( BUILD_KCONTROL )
add_subdirectory( joystick )
endif( )
- if( ${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD" )
+ if( ${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD|NetBSD" )
add_subdirectory( usbview )
endif( )