diff options
author | fiaxh <git@lightrise.org> | 2024-09-15 19:20:34 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2024-09-15 19:35:00 +0200 |
commit | 13123dced135746b74f1f40148bfa9cef0c57dc0 (patch) | |
tree | ea064994e66450857923c4bde10344134c9baf2f /main/CMakeLists.txt | |
parent | 91c8c8eb491c91f50a221cf7efe7c96a34a5de6b (diff) | |
download | dino-13123dced135746b74f1f40148bfa9cef0c57dc0.tar.gz dino-13123dced135746b74f1f40148bfa9cef0c57dc0.zip |
Use Adwaita 1.2, bump CI to Ubuntu 24.04
Diffstat (limited to 'main/CMakeLists.txt')
-rw-r--r-- | main/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 2c533907..39b1320e 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -125,9 +125,6 @@ endif() if(GTK4_VERSION VERSION_GREATER_EQUAL "4.12") set(MAIN_DEFINITIONS ${MAIN_DEFINITIONS} GTK_4_12) endif() -if(Adwaita_VERSION VERSION_GREATER_EQUAL "1.2") - set(MAIN_DEFINITIONS ${MAIN_DEFINITIONS} Adw_1_2) -endif() if(Adwaita_VERSION VERSION_GREATER_EQUAL "1.3") set(MAIN_DEFINITIONS ${MAIN_DEFINITIONS} Adw_1_3) endif() |