summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Miklas <marcin.miklas@harman.com>2019-11-14 13:00:13 +0100
committerMarcin Miklas <marcin.miklas@harman.com>2021-05-24 11:46:14 +0200
commita63a5148dd8c5d31a38cc90b51747f302fb2faed (patch)
treebfd1dd6fdf2c9efa5a8850712b12f8314f46967b
parent3b9a7c035a99971973bd2e43c4b130cfd60cac2e (diff)
downloadOpen-AVB-a63a5148dd8c5d31a38cc90b51747f302fb2faed.tar.gz
Remove useless glib dependency
-rw-r--r--lib/avtp_pipeline/platform/Linux/avb_host/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/avtp_pipeline/platform/Linux/avb_host/CMakeLists.txt b/lib/avtp_pipeline/platform/Linux/avb_host/CMakeLists.txt
index f11837c4..0ac3c845 100644
--- a/lib/avtp_pipeline/platform/Linux/avb_host/CMakeLists.txt
+++ b/lib/avtp_pipeline/platform/Linux/avb_host/CMakeLists.txt
@@ -29,7 +29,6 @@ target_link_libraries( openavb_host
avbTl
${PLATFORM_LINK_LIBRARIES}
${ALSA_LIBRARIES}
- ${GLIB_PKG_LIBRARIES}
pthread
rt
dl )
@@ -58,7 +57,6 @@ target_link_libraries( openavb_harness
avbTl
${PLATFORM_LINK_LIBRARIES}
${ALSA_LIBRARIES}
- ${GLIB_PKG_LIBRARIES}
pthread
rt
dl )