summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-06-21 20:58:02 +0800
committerErik Kundiman <erik@megapahit.org>2024-07-01 13:24:42 +0800
commitd5d21452ddaf0d7aa0156a6048e33c1facd1bd79 (patch)
tree0b7dbe49db319fa32648cdb1b51e92972284c698 /indra/cmake
parent659d022a7dbaca71106875194a056a9dd3a9fe39 (diff)
Make it build for FBSD on SLv's Linux resurrection
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/GStreamer10Plugin.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/GStreamer10Plugin.cmake b/indra/cmake/GStreamer10Plugin.cmake
index da2e33d04d..160844ef68 100644
--- a/indra/cmake/GStreamer10Plugin.cmake
+++ b/indra/cmake/GStreamer10Plugin.cmake
@@ -7,7 +7,7 @@ include(GLIB)
add_library( ll::gstreamer10 INTERFACE IMPORTED )
-if (LINUX)
+if (LINUX OR CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
include(FindPkgConfig)
pkg_check_modules(GSTREAMER10 REQUIRED gstreamer-1.0)