diff options
author | Marvin W <git@larma.de> | 2022-01-05 13:57:36 +0100 |
---|---|---|
committer | Marvin W <git@larma.de> | 2022-01-09 17:04:34 +0100 |
commit | 82a492b33f1232c26db75dbef2d94a800161d466 (patch) | |
tree | 5d41592ece6b3ed44a4156da755660a9266e21bc /main/CMakeLists.txt | |
parent | c5461b8536b6171aea17d0e97d41710988b73534 (diff) | |
download | dino-82a492b33f1232c26db75dbef2d94a800161d466.tar.gz dino-82a492b33f1232c26db75dbef2d94a800161d466.zip |
Remove GStreamer dependencies from main
Fixes #1060
Diffstat (limited to 'main/CMakeLists.txt')
-rw-r--r-- | main/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 3abe970a..e052785a 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -5,8 +5,6 @@ gettext_compile(${GETTEXT_PACKAGE} SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/po TAR find_packages(MAIN_PACKAGES REQUIRED Gee - Gst - GstVideo GLib GModule GObject |