mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
media-sound/musescore: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/38959 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
ee2b4de83d
commit
9bd17cd8fd
@@ -1,25 +0,0 @@
|
||||
--- a/src/framework/draw/CMakeLists.txt
|
||||
+++ b/src/framework/draw/CMakeLists.txt
|
||||
@@ -123,20 +123,14 @@ else()
|
||||
include(${local_path}/harfbuzz.cmake)
|
||||
|
||||
# func from ${name}.cmake)
|
||||
- cmake_language(CALL harfbuzz_Populate ${remote_url} ${local_path} "source" "" "")
|
||||
|
||||
- add_subdirectory(_deps/harfbuzz/harfbuzz)
|
||||
- target_no_warning(harfbuzz -Wno-conversion)
|
||||
- target_no_warning(harfbuzz -Wno-unused-parameter)
|
||||
- target_no_warning(harfbuzz -Wno-unused-variable)
|
||||
- target_no_warning(harfbuzz -WMSVC-no-hides-previous)
|
||||
- target_no_warning(harfbuzz -WMSVC-no-unreachable)
|
||||
+ pkg_check_modules(harfbuzz REQUIRED IMPORTED_TARGET harfbuzz)
|
||||
|
||||
#add_subdirectory(thirdparty/msdfgen)
|
||||
|
||||
set(MODULE_INCLUDE
|
||||
${FREETYPE_INCLUDE_DIRS}
|
||||
- ${CMAKE_CURRENT_LIST_DIR}/_deps/harfbuzz/harfbuzz/harfbuzz/src
|
||||
+ /usr/include/harfbuzz
|
||||
#${CMAKE_CURRENT_LIST_DIR}/thirdparty/msdfgen/msdfgen-1.4
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user