diff options
author | fiaxh <git@lightrise.org> | 2024-06-20 18:39:25 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2024-06-20 18:57:24 +0200 |
commit | 984ae3f5b89081f97696cd5051167a18159aa60b (patch) | |
tree | b0dfeec49492b7abee0aa3d016e61185eae1054b /plugins/omemo | |
parent | 680f0dd0a768b201b62899905c38210e834dde91 (diff) | |
download | dino-984ae3f5b89081f97696cd5051167a18159aa60b.tar.gz dino-984ae3f5b89081f97696cd5051167a18159aa60b.zip |
Settings dialog: Fix account subpage for Adwaita < 1.4, other fixes
fixes #1592
Diffstat (limited to 'plugins/omemo')
-rw-r--r-- | plugins/omemo/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/omemo/CMakeLists.txt b/plugins/omemo/CMakeLists.txt index 9e290390..a8920d72 100644 --- a/plugins/omemo/CMakeLists.txt +++ b/plugins/omemo/CMakeLists.txt @@ -39,9 +39,6 @@ if(Adwaita_VERSION VERSION_GREATER_EQUAL "1.2") set(OMEMO_DEFINITIONS ${OMEMO_DEFINITIONS} Adw_1_2) endif() -message(STATUS ${Adwaita_VERSION}) -message(STATUS ${Adw_1_2}) - vala_precompile(OMEMO_VALA_C SOURCES src/dtls_srtp_verification_draft.vala |