[users] Shuffle library order to satisfy CI build
This commit is contained in:
parent
2bd3f1d8c1
commit
486cdaeeb6
6
CHANGES
6
CHANGES
@ -20,12 +20,14 @@ This release contains contributions from (alphabetically by first name):
|
||||
- Calamares now sets the C++ standard for compilation to C++17; this
|
||||
is for better compatibility and fewer warnings when building with
|
||||
modern KDE Frameworks and KPMcore 4.2.0.
|
||||
- Vietnamese translations have been added. Welcome!
|
||||
- Vietnamese translations have been added. Welcome! (Thanks TTran)
|
||||
|
||||
## Modules ##
|
||||
- The *keyboard* and *keyboardq* modules now share backend code
|
||||
and handle non-ASCII layouts better (for setting passwords
|
||||
and usernames).
|
||||
and usernames). (Thanks Artem)
|
||||
- Various cleanups and documentation improvements in the *partition*
|
||||
module, and configurable GPT name for swap. (Thanks Gaël)
|
||||
|
||||
|
||||
# 3.2.32.1 (2020-10-17) #
|
||||
|
@ -44,6 +44,7 @@ calamares_add_library(
|
||||
${_users_src}
|
||||
LINK_LIBRARIES
|
||||
Qt5::DBus
|
||||
${CRYPT_LIBRARIES}
|
||||
)
|
||||
|
||||
calamares_add_plugin( users
|
||||
@ -57,10 +58,10 @@ calamares_add_plugin( users
|
||||
RESOURCES
|
||||
users.qrc
|
||||
LINK_PRIVATE_LIBRARIES
|
||||
users_internal
|
||||
calamaresui
|
||||
${CRYPT_LIBRARIES}
|
||||
${USER_EXTRA_LIB}
|
||||
users_internal
|
||||
SHARED_LIB
|
||||
)
|
||||
|
||||
|
@ -36,10 +36,10 @@ calamares_add_plugin( usersq
|
||||
RESOURCES
|
||||
usersq.qrc
|
||||
LINK_PRIVATE_LIBRARIES
|
||||
users_internal
|
||||
calamaresui
|
||||
${CRYPT_LIBRARIES}
|
||||
${USER_EXTRA_LIB}
|
||||
Qt5::DBus
|
||||
users_internal
|
||||
SHARED_LIB
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user