summarylogtreecommitdiffstats
path: root/gst-plugins-intel-msdk-fix-link-and-install.patch
blob: 19b182f0faeebe948294b43527a7ab27b64ba16a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff -Naurp a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt	2018-04-10 02:38:08.000000000 +0000
+++ b/CMakeLists.txt	2018-07-23 20:12:11.893282064 +0000
@@ -102,6 +102,7 @@ target_link_libraries(gstmfx
     ${SINK_BACKEND}
     ${PARSER}
     stdc++
+    xcb-dri3
     libmfx)
 
 # Add uninstall target. Taken from the KDE4 scripts
@@ -109,7 +110,7 @@ configure_file("${CMAKE_CURRENT_SOURCE_D
 add_custom_target(uninstall "${CMAKE_COMMAND}" -P "${CMAKE_BINARY_DIR}/cmake_uninstall.cmake")
 
 install (TARGETS gstmfx
-    LIBRARY DESTINATION gstreamer-1.0
+    LIBRARY DESTINATION lib/gstreamer-1.0
     RUNTIME DESTINATION bin)
 
 message("Build: " ${CMAKE_BUILD_TYPE})