Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
57577438
Commit
57577438
authored
Apr 18, 2021
by
Jean-Baptiste Mardelle
Browse files
another round of Appimage cleanup
parent
b90816ff
Pipeline
#58550
passed with stage
in 8 minutes and 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packaging/appimage/3rdparty/CMakeLists.txt
View file @
57577438
...
...
@@ -72,14 +72,11 @@ add_subdirectory( ext_freetype )
add_subdirectory
(
ext_harfbuzz
)
add_subdirectory
(
ext_sqlite
)
add_subdirectory
(
ext_openssl
)
add_subdirectory
(
ext_tcl
)
add_subdirectory
(
ext_postgresql
)
add_subdirectory
(
ext_qt
)
add_subdirectory
(
ext_phonon
)
add_subdirectory
(
ext_gpgme
)
add_subdirectory
(
ext_gcrypt
)
add_subdirectory
(
ext_frameworks
)
add_subdirectory
(
ext_xmlsec1
)
add_subdirectory
(
ext_libsndfile
)
add_subdirectory
(
ext_libsamplerate
)
add_subdirectory
(
ext_alsa
)
...
...
packaging/appimage/3rdparty/ext_xmlsec1/CMakeLists.txt
deleted
100644 → 0
View file @
b90816ff
# aqbanking checks only for xmlsec1-gnutls >= 1.0.0 so we don't need openssl and nss
# we need gcrypt though because xmlsec-gnutls library requires xmlsec-gcrypt
ExternalProject_Add
(
ext_xmlsec1
DOWNLOAD_DIR
${
EXT_DOWNLOAD_DIR
}
URL https://www.aleksey.com/xmlsec/download/xmlsec1-1.2.26.tar.gz
URL_MD5 9c4aaf9ff615a73921b9e3bf4988d878
CONFIGURE_COMMAND <SOURCE_DIR>/configure --prefix=
${
EXT_INSTALL_DIR
}
${
AT_HOST
}
${
AT_SHARED_ONLY
}
--without-openssl --without-nss --disable-crypto-dl
BUILD_COMMAND $
(
MAKE
)
INSTALL_COMMAND $
(
MAKE
)
install
DEPENDS ext_xslt ext_gcrypt ext_gnutls
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment