mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
fix: removed necessary libs from the exclude list (#736)
* removed necessary libs from the exclude list * libxcb also needed
This commit is contained in:
parent
cb98d51a9c
commit
c6c6453267
@ -5,9 +5,9 @@ include_directories(${PYTHON_INCLUDE_DIRS} ${PYTHON_INCLUDE_DIRS}/..)
|
||||
macro(InstallDependencies TARGET INSTALL_COMPONENT)
|
||||
set(TARGET_FILE ${CMAKE_BINARY_DIR}/bin/${TARGET})
|
||||
set(SYSTEM_LIBS_SKIP
|
||||
"libbsd"
|
||||
# "libbsd"
|
||||
"libc"
|
||||
"libdbus-1"
|
||||
# "libdbus-1"
|
||||
"libdl"
|
||||
"libexpat"
|
||||
"libfontconfig"
|
||||
@ -19,22 +19,22 @@ macro(InstallDependencies TARGET INSTALL_COMPONENT)
|
||||
"libglib-2"
|
||||
"libGLX"
|
||||
"libgpg-error"
|
||||
"liblz4"
|
||||
"liblzma"
|
||||
# "liblz4"
|
||||
# "liblzma"
|
||||
"libm"
|
||||
"libpthread"
|
||||
"librt"
|
||||
"libstdc++"
|
||||
"libsystemd"
|
||||
# "libsystemd"
|
||||
"libudev"
|
||||
"libusb-1"
|
||||
"libutil"
|
||||
"libX11"
|
||||
"libXau"
|
||||
"libxcb"
|
||||
"libXdmcp"
|
||||
"libXext"
|
||||
"libXrender"
|
||||
# "libXau"
|
||||
# "libxcb"
|
||||
# "libXdmcp"
|
||||
# "libXext"
|
||||
# "libXrender"
|
||||
"libz"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user