3fb622b3c0
- Update to snapshot 20230517+a377993 (version 1869 as referenced from Chromium master) * this is needed to build Electron 24 - Add libyuv-tools package - Run test suite in %check OBS-URL: https://build.opensuse.org/request/show/1088148 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libyuv?expand=0&rev=11
21 lines
713 B
Diff
21 lines
713 B
Diff
From: Boyuan Yang <byang@debian.org>
|
|
Date: Tue, 18 Oct 2022 16:09:09 -0400
|
|
Subject: CMakeLists.txt: Install missing yuvconstants binary
|
|
|
|
---
|
|
CMakeLists.txt | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index f9a7d74..346b729 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -97,6 +97,7 @@ endif()
|
|
|
|
# install the conversion tool, .so, and all the header files
|
|
INSTALL ( PROGRAMS ${CMAKE_BINARY_DIR}/yuvconvert DESTINATION bin )
|
|
+INSTALL ( PROGRAMS ${CMAKE_BINARY_DIR}/yuvconstants DESTINATION bin )
|
|
INSTALL ( TARGETS ${ly_lib_shared} LIBRARY DESTINATION lib RUNTIME DESTINATION bin )
|
|
INSTALL ( DIRECTORY ${PROJECT_SOURCE_DIR}/include/ DESTINATION include )
|
|
|